forked from mauriciopoppe/PojoViz
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.11 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
48
49
50
51
{
"name": "pojoviz",
"version": "0.1.2",
"description": "Plain Old JavaScript Visualization",
"main": "index.js",
"scripts": {
"test": ""
},
"engines": {
"node": "0.10.21",
"npm": "1.3.11"
},
"author": "",
"license": "MIT",
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"THREE": "global:THREE",
"t3": "global:t3",
"d3": "global:d3",
"angular": "global:angular"
},
"devDependencies": {
"gulp": "~3.8.6",
"gulp-git": "~0.4.3",
"gulp-bump": "~0.1.10",
"lodash": "~2.4.1",
"browser-sync": "~1.3.0",
"browserify": "~4.2.1",
"watchify": "~0.10.2",
"vinyl-source-stream": "~0.1.1",
"browserify-shim": "~3.6.0",
"minifyify": "~3.0.12",
"gulp-filter": "~0.5.0",
"gulp-tag-version": "~1.0.2",
"gulp-concat": "~2.3.4",
"dagre": "~0.4.6",
"gulp-compass": "~1.2.0",
"gulp-vulcanize": "~0.2.1",
"q": "~1.0.1",
"chai": "~1.9.1",
"gulp-mocha": "~0.5.2",
"gulp-rename": "~1.2.0",
"gulp-useref": "~0.6.0",
"gulp-if": "~1.2.4",
"gulp-uglify": "~0.3.1"
}
}