UNPKG

1.12 kBJSONView Raw
1{
2 "name": "gulp-mocha-tdd",
3 "version": "1.0.5",
4 "author": "Joe Hudson <joehud@gmail.com>",
5 "description": "easy test driven development with gulp and mocha",
6 "keywords": [
7 "gulp",
8 "mocha",
9 "tdd",
10 "test",
11 "gulpfriendly"
12 ],
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/jhudson8/gulp-mocha-tdd"
16 },
17 "bugs": {
18 "url": "https://github.com/jhudson8/gulp-mocha-tdd/issues"
19 },
20 "homepage": "https://github.com/jhudson8/gulp-mocha-tdd",
21 "dependencies": {
22 "gulp-file": "^0.2.0",
23 "gulp-filter": "^2.0.0",
24 "gulp-header": "~1.2",
25 "gulp-if": "^1.2.5",
26 "gulp-plumber": "0.6",
27 "gulp-spawn-mocha": "^0.5.2",
28 "gulp-util": "^3.0.6",
29 "gulp-watch": "^3.0.0",
30 "istanbul": "^0.3.5",
31 "json-loader": "~0.5",
32 "mkdirp": "^0.5.1",
33 "mocha": "~2.0",
34 "moment": "^2.8.4",
35 "nib": "~1.0",
36 "stream-combiner2": "^1.0.2",
37 "style-loader": "~0.8",
38 "stylus-loader": "~0.3",
39 "stylus-normalize": "~3.0",
40 "through2": "^0.6.3",
41 "url-loader": "~0.5",
42 "webpack-dev-server": "^1.6.6",
43 "yargs": "^1.3.3"
44 }
45}