-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
47 lines (47 loc) · 1.05 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "allnpmviz3d",
"scripts": {
"start": "gulp -p 30131",
"test": "tap test/*.js",
"cover": "istanbul cover ./test/flatten.js"
},
"browserify": {
"transform": [
"glslify",
"brfs"
]
},
"repository": {
"type": "git",
"url": "git://github.com/anvaka/allnpmviz3d.git"
},
"devDependencies": {
"brfs": "^1.4.3",
"browserify": "^13.0.0",
"connect-livereload": "^0.5.0",
"express": "^4.10.1",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.1",
"gulp-less": "^1.3.6",
"gulp-util": "^3.0.1",
"tap": "^0.4.13",
"tiny-lr": "^0.1.4",
"yargs": "^1.3.2"
},
"dependencies": {
"an": "0.0.7",
"angular": "^1.3.2",
"bootstrap": "^3.3.0",
"glslify": "^5.0.2",
"ngraph.events": "0.0.3",
"ngraph.graph": "0.0.10",
"three": "0.70",
"three.fly": "0.1.4",
"three.orientation": "^1.1.0",
"three.randompoints": "^1.0.0",
"three.regular.helvetiker": "^1.0.0",
"tween.js": "^0.14.0",
"webgl-enabled": "^1.0.0",
"whenscrolled": "0.0.1"
}
}