-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
package.json
59 lines (59 loc) · 1.33 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
58
59
{
"name": "nightmare",
"version": "3.0.2",
"license": "MIT",
"main": "lib/nightmare.js",
"scripts": {
"test": "make test",
"precommit": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/segmentio/nightmare.git"
},
"author": "Segment",
"keywords": [
"nightmare",
"electron"
],
"description": "A high-level browser automation library.",
"dependencies": {
"debug": "^2.2.0",
"deep-defaults": "^1.0.3",
"defaults": "^1.0.2",
"electron": "^2.0.18",
"enqueue": "^1.0.2",
"function-source": "^0.1.0",
"jsesc": "^0.5.0",
"minstache": "^1.2.0",
"mkdirp": "^0.5.1",
"multiline": "^1.0.2",
"once": "^1.3.3",
"rimraf": "^2.4.3",
"sliced": "1.0.1",
"split2": "^2.0.1"
},
"devDependencies": {
"async": "~2.1.4",
"basic-auth": "^1.0.3",
"basic-auth-connect": "^1.0.0",
"bluebird": "^3.4.0",
"chai": "^3.4.1",
"chai-as-promised": "^5.3.0",
"eslint": "4.18.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"express": "4.16.2",
"husky": "^0.14.3",
"mocha": "^2.3.0",
"mocha-generators": "^1.2.0",
"multer": "1.1.0",
"pngjs": "^2.2.0",
"prettier": "1.11.0",
"serve-static": "^1.10.0",
"split": "^1.0.0"
},
"engines": {
"node": ">=4.0.0"
}
}