forked from segment-boneyard/nightmare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.08 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": "nightmare",
"version": "2.4.1",
"license": "MIT",
"main": "lib/nightmare.js",
"scripts": {
"test": "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-prebuilt": "^0.37.7",
"enqueue": "^1.0.2",
"function-source": "^0.1.0",
"jsesc": "^0.5.0",
"minstache": "^1.2.0",
"mkdirp": "^0.5.1",
"object-assign": "^4.0.1",
"once": "^1.3.3",
"rimraf": "^2.4.3",
"sliced": "1.0.1",
"split2": "^2.0.1"
},
"devDependencies": {
"basic-auth": "^1.0.3",
"basic-auth-connect": "^1.0.0",
"chai": "^3.4.1",
"chai-as-promised": "^5.3.0",
"express": "^4.13.3",
"mocha": "^2.3.0",
"mocha-generators": "^1.2.0",
"multer": "1.1.0",
"pngjs": "^2.2.0",
"serve-static": "^1.10.0",
"split": "^1.0.0"
}
}