44 lines
987 B
JSON
44 lines
987 B
JSON
{
|
|
"name": "istanbul-lib-report",
|
|
"version": "1.1.0",
|
|
"description": "Base reporting library for istanbul",
|
|
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
|
|
"main": "index.js",
|
|
"files": [
|
|
"lib",
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"pretest": "jshint index.js lib/ test/",
|
|
"test": "mocha"
|
|
},
|
|
"dependencies": {
|
|
"istanbul-lib-coverage": "^1.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"path-parse": "^1.0.5",
|
|
"supports-color": "^3.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.0.0",
|
|
"istanbul": "^0.4.0",
|
|
"jshint": "^2.8.0",
|
|
"mocha": "^3.2.0",
|
|
"rimraf": "^2.6.1"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/istanbuljs/istanbul-lib-report/issues"
|
|
},
|
|
"homepage": "https://github.com/istanbuljs/istanbul-lib-report",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:istanbuljs/istanbul-lib-report.git"
|
|
},
|
|
"keywords": [
|
|
"istanbul",
|
|
"report",
|
|
"api",
|
|
"lib"
|
|
]
|
|
}
|