forked from contrib/contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "contrib",
"version": "0.0.1",
"main": "lib/contrib.js",
"bin": {
"contrib": "./bin/contrib"
},
"description": "a CLI for standarizing the contribution process across projects",
"homepage": "https://github.com/contrib/contrib",
"bugs": "https://github.com/contrib/contrib/issues",
"author": {
"name": "Steve Heffernan",
"email": "",
"url": "http://heff.me"
},
"repository": {
"type": "git",
"url": "https://github.com/contrib/contrib"
},
"licenses": [
{
"type": "Apache"
}
],
"dependencies": {
"shelljs": "~0.2.6",
"optimist": "~0.6.0",
"grunt": "0.4.5",
"lodash": "~2.4.1",
"minimist": "0.0.8",
"handlebars": "~2.0.0-alpha.2",
"node-proxy": "~0.8.0",
"prompt": "~0.2.13",
"open": "0.0.5"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-watch": "~0.5.0",
"sinon": "~1.7.3",
"grunt-istanbul": "~0.3.0",
"grunt-istanbul-coverage": "0.0.5"
}
}