-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.27 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "grunt-groundskeeper",
"description": "Remove console statements, debugger and specific blocks of code",
"version": "0.1.11",
"homepage": "https://github.com/couto/grunt-groundskeeper",
"author": {
"name": "Couto",
"email": "couto@15minuteslate.net",
"url": "http://15minuteslate.net"
},
"repository": {
"type": "git",
"url": "git://github.com/couto/grunt-groundskeeper.git"
},
"bugs": {
"url": "https://github.com/couto/grunt-groundskeeper/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/couto/grunt-groundskeeper/blob/master/LICENSE-MIT"
}
],
"main": "grunt.js",
"bin": "bin/grunt-groundskeeper",
"engines": {
"node": ">= 0.8"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"gruntplugin",
"console",
"logging",
"remove",
"clean",
"groundskeeper",
"debugger",
"pragmas",
"pragma"
],
"dependencies": {
"groundskeeper": "~0.1.11",
"glob": "~3.1.21"
},
"devDependencies": {
"grunt-contrib-jshint": "0.1.1rc6",
"grunt-contrib-watch": "0.2.0rc7",
"grunt-contrib-nodeunit": "0.1.2",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-internal": "~0.4.2"
},
"peerDependencies": {
"grunt": "~0.4.0"
}
}