-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
27 lines (27 loc) · 945 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
{
"name" : "nodecover",
"description" : "A lightweight, pure javascript code coverage tool and library for nodejs",
"author": "Juan M Salamanca <[email protected]>",
"keywords": ["test","node","code coverage"],
"maintainers":
[ { "name": "Juan M Salamanca",
"web": "https://github.com/jumisz"
}
],
"version" : "0.1.1",
"repository": {
"type": "git",
"url": "git://github.com/jumisz/nodecover.git"
},
"bugs": { "web": "https://github.com/jumisz/nodecover/issues" },
"directories": { "lib": "./lib", "bin": "./bin"},
"dependencies" : {
"nodeunit" : "0.5.3",
"winston" : "0.3.5",
"cli-color" : "0.1.3",
"argsparser" : "0.0.6"
},
"bin" : {
"nodecover": "./bin/nodecover"
}
}