forked from itay/node-cover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 833 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
{
"name" : "cover",
"version" : "0.2.8",
"description" : "Native JavaScript code coverage",
"main" : "index.js",
"directories" : {
"bin": "bin",
"lib" : ".",
"test" : "test"
},
"dependencies" : {
"cli-table": "0.0.x",
"underscore": "1.2.x",
"underscore.string": "2.0.x",
"which": "1.0.x"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/itay/node-cover.git"
},
"keywords" : [
"code",
"coverage",
"esprima",
"cover",
"test"
],
"author" : {
"name" : "Itay Neeman",
"email" : "[email protected]",
"url" : "http://www.pretzelwisdom.com"
},
"license" : "MIT/X11",
"engine" : { "node" : ">=0.6" },
"preferGlobal": "true"
}