-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "vizone",
"version": "0.0.0.13",
"description": "Application-flow graphing",
"main": "dist/vizone-bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gilbox/vizone.git"
},
"keywords": [
"flux"
],
"author": "Gil Birman",
"license": "MIT",
"bugs": {
"url": "https://github.com/gilbox/vizone/issues"
},
"homepage": "https://github.com/gilbox/vizone",
"dependencies": {
"browserify": "^6.3.3",
"d3": "^3.4.13",
"dagre-d3": "^0.3.2",
"flux": "^2.0.1",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.2",
"gulp-load-plugins": "^0.7.1",
"gulp-plumber": "^0.6.6",
"gulp-react": "^2.0.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-zip": "^2.0.2",
"immutable": "^3.2.1",
"lodash": "^2.4.1",
"morearty": "^0.7.4",
"object-assign": "^2.0.0",
"react": "^0.12.1",
"reactify": "^0.17.1",
"simflux": "^0.0.3",
"vinyl-source-stream": "^1.0.0",
"zone.js": "git+https://[email protected]/angular/zone.js.git"
}
}