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

47 lines
1.3 KiB
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "istanbul-lib-coverage",
"version": "1.0.0",
2016-10-10 03:43:44 +02:00
"description": "Data library for istanbul coverage objects",
2016-11-03 01:33:53 +01:00
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "index.js",
"scripts": {
"fast": "mocha test/",
"pretest": "jshint index.js lib/ test/",
"test": "istanbul cover -x 'docs/**' --include-all-sources --print=both _mocha -- test/",
"posttest": "istanbul check-coverage --statements 95 --branches 80",
"release": "standard-version"
},
2016-10-10 03:43:44 +02:00
"devDependencies": {
"chai": "^3.0.0",
"coveralls": "^2.11.4",
"istanbul": "^0.4.0",
"jshint": "^2.8.0",
"mocha": "^2.2.5",
"standard-version": "^2.4.0"
},
"karmaDeps": {
"browserify-istanbul": "^0.2.1",
"karma": "^0.13.10",
"karma-browserify": "^4.2.1",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.4.2",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"phantomjs": "^1.9.17"
},
2016-11-03 01:33:53 +01:00
"repository": {
"type": "git",
"url": "git@github.com:istanbuljs/istanbul-lib-coverage.git"
},
2016-10-10 03:43:44 +02:00
"keywords": [
"istanbul",
"coverage",
"data"
],
"license": "BSD-3-Clause",
2016-11-03 01:33:53 +01:00
"bugs": {
"url": "https://github.com/istanbuljs/istanbul-lib-coverage/issues"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"homepage": "https://github.com/istanbuljs/istanbul-lib-coverage"
2016-10-10 03:43:44 +02:00
}