wallet-core/node_modules/istanbul-lib-hook/package.json
2017-05-28 00:40:43 +02:00

37 lines
847 B
JSON

{
"name": "istanbul-lib-hook",
"version": "1.0.6",
"description": "Hooks for require, vm and script used in 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": {
"append-transform": "^0.4.0"
},
"devDependencies": {
"chai": "^3.0.0",
"jshint": "^2.8.0",
"mocha": "^3.2.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/istanbuljs/istanbul-lib-hook.git"
},
"keywords": [
"istanbul",
"hook"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/istanbuljs/istanbul-lib-hook/issues"
},
"homepage": "https://github.com/istanbuljs/istanbul-lib-hook#readme"
}