forked from flowhub/the-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.26 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": "the-graph",
"version": "0.6.1",
"description": "flow-based programming graph editing",
"author": "Forrest Oliphant, the Grid",
"license": "MIT",
"main": "index.js",
"dependencies": {
"fbp-graph": "^0.1.0",
"font-awesome": "^4.6.3",
"hammerjs": "^2.0.8",
"klayjs-noflo": "^0.3.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"tv4": "^1.2.7",
"webcomponents.js": "^0.6.0"
},
"devDependencies": {
"bower": "^1.7.9",
"chai": "^3.5.0",
"coffee-script": "^1.12.2",
"coffeeify": "^2.0.1",
"glob": "^7.0.6",
"grunt": "~1.0.1",
"grunt-bower-install-simple": "^1.2.3",
"grunt-browserify": "~5.0.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-exec": "~1.0.1",
"grunt-saucelabs": "^9.0.0",
"mocha": "^3.2.0",
"stylus": "~0.54.5"
},
"scripts": {
"start": "grunt dev",
"test": "grunt test",
"build": "grunt build",
"postinstall": "bower install",
"preversion": "grunt test",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git://github.com/flowhub/the-graph.git"
},
"keywords": [
"graph"
]
}