{ "name": "istanbul-lib-hook", "version": "1.0.6", "description": "Hooks for require, vm and script used in istanbul", "author": "Krishnan Anantheswaran ", "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" }