Skip to content

Commit d5469f0

Browse files
KonradWyrozumskifperucic
authored andcommitted
Add package.json to project to publish to npm registry current version (#55)
1 parent 0276d79 commit d5469f0

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

package.json

+30
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)