UNPKG

699 BJSONView Raw
1{
2 "name": "gulp-mocha",
3 "version": "0.1.1",
4 "description": "Run Mocha tests",
5 "license": "MIT",
6 "repository": "sindresorhus/gulp-mocha",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "http://sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=0.8.0"
14 },
15 "scripts": {
16 "test": "mocha"
17 },
18 "files": [
19 "index.js"
20 ],
21 "keywords": [
22 "gulpplugin",
23 "mocha",
24 "test",
25 "testing",
26 "unit",
27 "framework",
28 "runner",
29 "tdd",
30 "bdd",
31 "qunit",
32 "spec",
33 "tap"
34 ],
35 "dependencies": {
36 "event-stream": "~3.0.20",
37 "mocha": "~1.16.2"
38 },
39 "devDependencies": {
40 "gulp-util": "~2.2.0"
41 }
42}