forked from noflo/noflo-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "noflo-ui",
"description": "NoFlo Development Environment",
"version": "0.1.0",
"author": {
"name": "Henri Bergius",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/noflo/noflo-ui.git"
},
"licenses": [
{
"type": "MIT",
"url": "undefined/blob/master/LICENSE-MIT"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-coffeelint": "~0.0.6",
"chai": "~1.5.0",
"mocha": "~1.9.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-compress": "~0.5.2",
"grunt-phonegap-build": "0.0.8",
"component-builder": "git://github.com/bergie/builder.js.git#patch-1",
"component-json": "~0.1.4",
"component-coffee": "~0.1.4",
"grunt-exec": "~0.4.2",
"component": "~0.17.6",
"bower": "~1.2.7",
"grunt-lint-inline": "~0.3.1",
"vulcanize": "git://github.com/Polymer/vulcanize.git",
"grunt-contrib-clean": "~0.5.0"
},
"scripts": {
"postinstall": "cd preview && npm install && cd ..",
"test": "grunt test"
},
"keywords": []
}