forked from Couto/groundskeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 811 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
41
{
"name": "groundskeeper",
"description": "Pragmas and console statements remover",
"version": "0.2.00",
"author": "Luis Couto <[email protected]> (15minuteslate.net)",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Couto/groundskeeper"
},
"bin": {
"groundskeeper": "./bin/groundskeeper"
},
"dependencies": {
"colors": "~0.6.0-1",
"esprima": "~1.2.0",
"falafel": "~1.1.0",
"commander": "~2.2.0"
},
"devDependencies": {
"cdir": "~0.1.2",
"mocha": "~1.9.0"
},
"engines": {
"node": ">=0.8"
},
"scripts": {
"test": "mocha --ui exports --reporter tap"
},
"keywords": [
"console",
"log",
"logs",
"debugger",
"pragmas",
"remover",
"removal",
"clean",
"cleaner"
]
}