We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0276d79 commit d5469f0Copy full SHA for d5469f0
package.json
@@ -0,0 +1,30 @@
1
+{
2
+ "name": "treantjs",
3
+ "version": "1.0.0",
4
+ "description": "JavaScipt library for visualization of tree diagrams",
5
+ "main": "Treant.js",
6
+ "directories": {
7
+ "example": "examples"
8
+ },
9
+ "scripts": {
10
+ "test": "echo \"Error: no test specified\" && exit 1"
11
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/fperucic/treant-js.git"
15
16
+ "keywords": [
17
+ "treant",
18
+ "diagram",
19
+ "tree",
20
+ "js",
21
+ "svg",
22
+ "draw"
23
+ ],
24
+ "author": "Fran Peručić",
25
+ "license": "MIT",
26
+ "bugs": {
27
+ "url": "https://github.com/fperucic/treant-js/issues"
28
29
+ "homepage": "https://github.com/fperucic/treant-js#readme"
30
+}
0 commit comments