forked from atsuya/parallel-mocha
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 752 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 752 Bytes
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
{
"name": "parallel-mocha",
"version": "0.0.7",
"description": "run tests for mocha in parallel",
"keywords": [
"mocha",
"parallel test"
],
"author": {
"name": "Atsuya Takagi",
"email": "atsuya.takagi@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/atsuya/parallel-mocha.git"
},
"main": "./index",
"bin": {
"parallel-mocha": "./bin/parallel-mocha"
},
"engines": {
"node": "~5.3.0"
},
"dependencies": {
"async": "^1.5.2",
"chalk": "^1.1.1",
"commander": "1.0.4",
"done-criteria": "0.0.3",
"glob": "^7.0.0",
"mocha": "^2.4.5",
"should": "1.2.0",
"underscore": "1.4.0"
},
"devDependencies": {},
"scripts": {
"test": "make"
}
}