wallet-core/node_modules/istanbul-lib-report/package.json

44 lines
960 B
JSON
Raw Normal View History

2017-05-28 00:38:50 +02:00
{
"name": "istanbul-lib-report",
2017-08-14 05:01:11 +02:00
"version": "1.1.1",
2017-05-28 00:38:50 +02:00
"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": {
2017-08-14 05:01:11 +02:00
"istanbul-lib-coverage": "^1.1.1",
2017-05-28 00:38:50 +02:00
"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": {
2017-08-14 05:01:11 +02:00
"url": "https://github.com/istanbuljs/istanbuljs/issues"
2017-05-28 00:38:50 +02:00
},
2017-08-14 05:01:11 +02:00
"homepage": "https://github.com/istanbuljs/istanbuljs",
2017-05-28 00:38:50 +02:00
"repository": {
"type": "git",
2017-08-14 05:01:11 +02:00
"url": "git@github.com:istanbuljs/istanbuljs.git"
2017-05-28 00:38:50 +02:00
},
"keywords": [
"istanbul",
"report",
"api",
"lib"
]
}