-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 956 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 956 Bytes
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": "app",
"description": "The best project ever.",
"version": "0.0.1",
"author": {
"name": "Ben Major",
"email": "ben@godalming.it"
},
"repository": {
"type": "git",
"url": "git://github.com/dippyhippy/app.git"
},
"licenses": [
{
"type": "MIT",
"url": "undefined/blob/master/LICENSE-MIT"
}
],
"scripts": {
"test": "grunt test"
},
"dependencies": {
"noflo": "~0.5.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.10.1",
"grunt-coffeelint": "~0.0.10",
"grunt-cafe-mocha": "~0.1.12",
"chai": "~1.9.0",
"mocha": "~1.21.0",
"grunt-mocha-phantomjs": "~0.2.2",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-noflo-manifest": "~0.1.11",
"grunt-noflo-browser": "^0.1.1"
},
"keywords": [],
"noflo": {
"components": {
"DoSomething": "components/DoSomething.coffee"
}
}
}