-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
39 lines (39 loc) · 964 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
{
"name" : "grunt-remove-logging",
"description" : "Grunt task to remove console logging statements",
"version" : "0.2.1",
"homepage" : "",
"author" : {
"name" : "Eric Hynds",
"email" : "ehynds@gmail.com",
"url" : "http://erichynds.com"
},
"contributors": {
"name": "Thomas Welton",
"email": "thomaswelton@me.com",
"url": "https://github.com/thomaswelton"
},
"repository" : {
"type" : "git",
"url" : "git://github.com/ehynds/grunt-remove-logging.git"
},
"bugs" : {
"url" : "https://github.com/ehynds/grunt-remove-logging/issues"
},
"main" : "grunt.js",
"bin" : "bin/grunt-remove-logging",
"engines" : {
"node" : "*"
},
"scripts" : {
"test" : "grunt test"
},
"devDependencies" : {
"grunt" : "~0.4.2",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-nodeunit": "~0.2.2"
},
"keywords" : [
"gruntplugin", "console", "log", "debugging", "remove", "statements"
]
}