-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
37 lines (37 loc) · 929 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "ngraph.three",
"version": "0.0.16",
"description": "3D graph rendered powered by three.js",
"main": "index.js",
"scripts": {
"peers": "npm-install-peers",
"examples": "npm run peers && cd ./example/basic && browserify -s ngraph index.js > bundle.js; cd ../dynamic && browserify -s ngraph index.js > bundle.js"
},
"keywords": [
"ngraph",
"graph",
"three",
"3d"
],
"author": "Andrei Kashcha",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anvaka/ngraph.three"
},
"dependencies": {
"ngraph.forcelayout3d": "^0.0.15",
"ngraph.merge": "^0.0.1",
"three.trackball": "^0.0.1"
},
"peerDependencies": {
"three": "^0.x.x"
},
"devDependencies": {
"browserify": "^12.0.1",
"ngraph.generators": "0.0.18",
"ngraph.graph": "0.0.14",
"npm-install-peers": "^1.0.1-rc.3",
"query-string": "~0.1.1"
}
}