forked from flowhub/the-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 970 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
38
39
{
"name": "the-graph",
"version": "0.4.4",
"description": "flow-based programming graph editing",
"author": "Forrest Oliphant, the Grid",
"license": "MIT",
"main": "the-graph-editor/index.html",
"dependencies": {
"noflo": "^0.5.21"
},
"devDependencies": {
"bower": "^1.6.9",
"coffeeify": "^1.2.0",
"glob": "^6.0.1",
"grunt": "~0.4.5",
"grunt-bower-install-simple": "^1.1.4",
"grunt-browserify": "~4.0.1",
"grunt-contrib-connect": "~0.11.2",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-watch": "~0.6.1",
"grunt-exec": "~0.4.6",
"stylus": "~0.52.4"
},
"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/the-grid/the-graph.git"
},
"keywords": [
"graph"
]
}