forked from flowhub/the-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 814 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
{
"name": "the-graph",
"version": "0.3.10",
"description": "polymer components for flow-based programming graph editing",
"main": "the-graph-editor/index.html",
"dependencies": {
"noflo": "^0.5.9"
},
"devDependencies": {
"stylus": "~0.49.0",
"grunt": "~0.4.1",
"grunt-exec": "~0.4.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-lint-inline": "~0.4.3",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-connect": "~0.8.0",
"grunt-browserify": "~3.0.0",
"grunt-bower-install-simple": "^1.0.2",
"coffeeify": "^0.7.0",
"glob": "^4.3.1"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/the-grid/the-graph.git"
},
"keywords": [
"graph"
],
"author": "the-grid",
"license": "MIT"
}