UNPKG

gulp-mocha-tdd

Version:

easy test driven development with gulp and mocha

44 lines (43 loc) 1.06 kB
{ "name": "gulp-mocha-tdd", "version": "2.0.6", "author": "Joe Hudson <joehud@gmail.com>", "description": "easy test driven development with gulp and mocha", "keywords": [ "gulp", "mocha", "tdd", "test", "gulpfriendly" ], "repository": { "type": "git", "url": "https://github.com/jhudson8/gulp-mocha-tdd" }, "bugs": { "url": "https://github.com/jhudson8/gulp-mocha-tdd/issues" }, "homepage": "https://github.com/jhudson8/gulp-mocha-tdd", "dependencies": { "del": "^2.2.0", "gulp-batch": "^1.0.5", "gulp-debug": "^2.1.2", "gulp-file": "^0.2.0", "gulp-filter": "^2.0.0", "gulp-header": "~1.2", "gulp-if": "^1.2.5", "gulp-istanbul": "^0.10.3", "gulp-mocha": "^2.2.0", "gulp-plumber": "0.6", "gulp-spawn-mocha": "^2.2.1", "gulp-util": "^3.0.6", "gulp-watch": "^3.0.0", "istanbul": "^0.3.5", "mkdirp": "^0.5.1", "moment": "^2.8.4", "run-sequence": "^1.1.5", "stream-combiner2": "^1.0.2", "through2": "^0.6.3", "yargs": "^1.3.3" } }