-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.27 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
49
50
51
52
53
54
55
56
57
{
"name": "launchem",
"description": "Launch'em scripts! JavaScript Browser and Process launcher.",
"keywords": [
"javascript",
"browser",
"process",
"launcher"
],
"version": "0.0.0",
"author": "Testem Contributors",
"repository": {
"type": "git",
"url": "git://github.com/testem/launchem.git"
},
"bugs": {
"url": "http://github.com/testem/launchem/issues"
},
"engines": {
"node": ">= 0.8.0"
},
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"cross-spawn": "^5.1.0",
"dirty-chai": "^2.0.0",
"lodash.assignin": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
"lodash.find": "^4.6.0",
"mkdirp": "^0.5.1",
"npmlog": "^4.1.2",
"rimraf": "^2.6.1",
"sinon": "^2.3.6",
"spawn-args": "^0.2.0"
},
"devDependencies": {
"chai": "^4.0.2",
"chai-files": "^1.4.0",
"chai-shallow-deep-equal": "^1.4.6",
"eslint": "^4.1.1",
"eslint-plugin-chai-expect": "^1.1.1",
"eslint-plugin-mocha": "^4.11.0",
"mocha": "^3.4.2",
"sinon-chai": "^2.11.0",
"tmp": "0.0.31"
},
"files": [
"lib",
"README.md",
"package.json"
],
"scripts": {
"lint": "eslint .",
"test": "mocha --opts mocha.opts tests/*_tests.js tests/**/*_tests.js"
},
"main": "./index.js"
}