38 lines
766 B
JSON
38 lines
766 B
JSON
{
|
|
"name": "istanbul-reports",
|
|
"version": "2.2.7",
|
|
"description": "istanbul reports",
|
|
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"test": "mocha --recursive"
|
|
},
|
|
"dependencies": {
|
|
"html-escaper": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"istanbul-lib-coverage": "^2.0.5",
|
|
"istanbul-lib-report": "^2.0.8"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:istanbuljs/istanbuljs"
|
|
},
|
|
"keywords": [
|
|
"istanbul",
|
|
"reports"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/istanbuljs/istanbuljs/issues"
|
|
},
|
|
"homepage": "https://istanbul.js.org/",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
}
|