UNPKG

mochify-istanbul

Version:
43 lines (42 loc) 988 B
{ "name": "mochify-istanbul", "version": "2.4.2", "description": "Istanbul for mochify", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha ./test/*.js" }, "repository": { "type": "git", "url": "https://github.com/ferlores/mochify-istanbul.git" }, "keywords": [ "mochify", "istanbul", "coverage" ], "author": "Fernando Lores", "license": "MIT", "bugs": { "url": "https://github.com/ferlores/mochify-istanbul/issues" }, "homepage": "https://github.com/ferlores/mochify-istanbul", "dependencies": { "istanbul": "^0.4.2", "lodash": "^2.4.1", "minimatch": "^3.0.0", "resolve": "^1.1.6", "split2": "^2.1.1", "stream-combiner2": "^1.1.1", "through2": "^2.0.0" }, "devDependencies": { "babel-istanbul": "^0.5.9", "babel-preset-es2015": "^6.3.13", "babelify": "^7.2.0", "mocha": "^2.0.1", "mochify": "^2.0.0", "phantomjs": "^1.9.12", "rimraf": "^2.2.8" } }