-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "mocha-espresso",
"version": "1.1.0",
"description": "Run mocha tests in parallel",
"repository": {
"type": "git",
"url": "https://github.com/dankle/mocha-espresso"
},
"author": "Daniel Kleveros",
"license": "MIT",
"bin": {
"mocha-espresso": "./bin/mocha-espresso.bin.js"
},
"keywords": [
"testing",
"mocha",
"parallel",
"espresso",
"mocha-espresso"
],
"engines": {
"node": ">=0.10.21"
},
"dependencies": {
"commander": "2.9.0",
"dateformat": "1.0.11",
"github": "0.2.4",
"libxmljs": "0.16.0",
"mkdirp": "0.5.1",
"mocha": "2.3.3",
"mocha-multi": "0.7.2",
"path": "0.12.7",
"progress": "1.1.8",
"rekuire": "0.1.9",
"stringbuilder": "0.0.11",
"winston": "^2.2.0"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "2.0.3",
"grunt-contrib-jshint": "0.11.3",
"grunt-env": "0.4.4",
"grunt-jscs": "2.3.0",
"grunt-mocha-cli": "2.0.0",
"grunt-shell": "1.1.2"
}
}