UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

37 lines (36 loc) 1.04 kB
{ "name": "istanbul-lib-hook", "version": "1.0.0-alpha.4", "description": "Hooks for require, vm and script used in istanbul", "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" }, "dependencies": { "append-transform": "^0.3.0" }, "devDependencies": { "chai": "^3.0.0", "coveralls": "^2.11.4", "istanbul": "^0.4.0", "jshint": "^2.8.0", "mocha": "^2.3.3" }, "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" }