-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 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
45
46
{
"name": "grunt-cfpb-internal",
"description": "Internal tasks for managing CFPB projects.",
"version": "0.5.3",
"homepage": "https://github.com/cfpb/grunt-cfpb-internal",
"author": {
"name": "Chris Contolini",
"email": "christopher.contolini@cfpb.gov",
"url": "http://consumerfinance.gov"
},
"repository": {
"type": "git",
"url": "git://github.com/cfpb/grunt-cfpb-internal.git"
},
"bugs": {
"url": "https://github.com/cfpb/grunt-cfpb-internal/issues"
},
"licenses": [
{
"type": "PUBLIC DOMAIN",
"url": "http://www.consumerfinance.gov/developers/sourcecodepolicy/"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt-docco": "~0.2.0",
"grunt-contrib-nodeunit": "~0.2.2"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"keywords": [
"grunt"
],
"dependencies": {
"shelljs": "~0.1.2"
}
}