-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 842 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
40
{
"name": "stargazers",
"description": "The best project ever.",
"version": "0.2.0",
"author": {
"name": "svetly metodiev",
"email": "[email protected]"
},
"noflo": {
"components": {
"WriteCsv": "./components/WriteCsv.coffee"
}
},
"repository": {
"type": "git",
"url": "git://github.com/Svetly/stargazers.git"
},
"licenses": [
{
"type": "MIT",
"url": "undefined/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"noflo": "^0.5.x",
"noflo-core": "^0.1.5",
"noflo-github": "0.0.4",
"noflo-nodejs": "0.0.4"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.7",
"grunt-coffeelint": "~0.0.6",
"grunt-cafe-mocha": "~0.1.2",
"chai": "~1.5.0",
"mocha": "~1.9.0",
"grunt-contrib-watch": "~0.3.1"
},
"keywords": []
}