cov
Version:
Mocha Coverage report store on CDN.
46 lines (45 loc) • 970 B
JSON
{
"name": "cov",
"version": "0.1.3",
"description": "Mocha Coverage report store on CDN.",
"main": "bin/cov",
"scripts": {
"test": "make test-all"
},
"config": {
"cov": {
"threshold": 100
}
},
"dependencies": {
"istanbul": "0.2.6",
"qn": "0.2.1"
},
"devDependencies": {
"autod": "*",
"contributors": "*",
"jshint": "*"
},
"bin": {
"cov": "./bin/cov"
},
"homepage": "https://github.com/fengmk2/cov",
"repository": {
"type": "git",
"url": "git://github.com/fengmk2/cov.git",
"web": "https://github.com/fengmk2/cov"
},
"bugs": {
"url": "https://github.com/fengmk2/cov/issues",
"email": "fengmk2@gmail.com"
},
"keywords": [
"cov", "coverage", "jscoverage", "html-cov", "istanbul",
"code coverage", "code-coverage", "cover"
],
"engines": {
"node": ">= 0.10.0"
},
"author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
"license": "MIT"
}