wallet-core/node_modules/istanbul-lib-coverage/package.json
Florian Dold 82f2b76e25
Reorganize module loading.
We now use webpack instead of SystemJS, effectively bundling modules
into one file (plus commons chunks) for every entry point.  This results
in a much smaller extension size (almost half).  Furthermore we use
yarn/npm even for extension run-time dependencies.  This relieves us
from manually vendoring and building dependencies.  It's also easier to
understand for new developers familiar with node.
2017-04-24 16:14:29 +02:00

41 lines
1.0 KiB
JSON

{
"name": "istanbul-lib-coverage",
"version": "1.0.2",
"description": "Data library for istanbul coverage objects",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "index.js",
"scripts": {
"pretest": "jshint index.js lib/ test/",
"test": "mocha"
},
"devDependencies": {
"chai": "^3.0.0",
"jshint": "^2.8.0",
"mocha": "^3.2.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"
},
"repository": {
"type": "git",
"url": "git@github.com:istanbuljs/istanbul-lib-coverage.git"
},
"keywords": [
"istanbul",
"coverage",
"data"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/istanbuljs/istanbul-lib-coverage/issues"
},
"homepage": "https://github.com/istanbuljs/istanbul-lib-coverage"
}