UNPKG

gulp-istanbul

Version:

Istanbul unit test coverage plugin for gulp.

50 lines (49 loc) 1.17 kB
{ "name": "gulp-istanbul", "version": "1.1.3", "description": "Istanbul unit test coverage plugin for gulp.", "keywords": [ "gulpplugin", "coverage", "istanbul", "unit test" ], "homepage": "https://github.com/SBoudrias/gulp-istanbul", "bugs": "https://github.com/SBoudrias/gulp-istanbul/issues", "author": { "name": "Simon Boudrias", "email": "admin@simonboudrias.com", "url": "https://github.com/SBoudrias" }, "main": "index.js", "files": [ "index.js" ], "repository": { "type": "git", "url": "git://github.com/SBoudrias/gulp-istanbul.git" }, "scripts": { "pretest": "jshint index.js ./test/.", "test": "mocha -R spec" }, "dependencies": { "istanbul": "^0.4.0", "istanbul-threshold-checker": "^0.2.1", "lodash": "^4.0.0", "plugin-error": "^0.1.2", "through2": "^2.0.0", "vinyl-sourcemaps-apply": "^0.2.1" }, "devDependencies": { "gulp": "^3.6.2", "gulp-mocha": "^3.0.1", "gulp-sourcemaps": "^2.2.0", "isparta": "^4.0.0", "jshint": "^2.5.0", "mocha": "^4.0.0", "rimraf": "^2.2.8", "vinyl": "^2.1.0" }, "license": "MIT" }