nd-jscover
Version:
Latest node wraper for JSCover.
36 lines (35 loc) • 649 B
JSON
{
"name": "nd-jscover",
"version": "0.0.3",
"description": "Latest node wraper for JSCover.",
"main": "index.js",
"directories": {
"test": "test"
},
"bin": {
"jscover": "./bin/jscover"
},
"scripts": {
"test": "make test"
},
"dependencies": {
"fs-extra": "0.12.0",
"debug": "2.1.0",
"ndir": "0.1.5"
},
"devDependencies": {
"should": "*",
"mocha": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/negruta/nd-jscover.git"
},
"keywords": [
"jscover",
"JSCover",
"jscoverage"
],
"author": "negruta <negruta.dumitru@gmail.com>",
"license": "MIT"
}