1 | {
|
2 | "name": "nightmare",
|
3 | "version": "3.0.2",
|
4 | "license": "MIT",
|
5 | "main": "lib/nightmare.js",
|
6 | "scripts": {
|
7 | "test": "make test",
|
8 | "precommit": "make test"
|
9 | },
|
10 | "repository": {
|
11 | "type": "git",
|
12 | "url": "https://github.com/segmentio/nightmare.git"
|
13 | },
|
14 | "author": "Segment",
|
15 | "keywords": [
|
16 | "nightmare",
|
17 | "electron"
|
18 | ],
|
19 | "description": "A high-level browser automation library.",
|
20 | "dependencies": {
|
21 | "debug": "^2.2.0",
|
22 | "deep-defaults": "^1.0.3",
|
23 | "defaults": "^1.0.2",
|
24 | "electron": "^2.0.18",
|
25 | "enqueue": "^1.0.2",
|
26 | "function-source": "^0.1.0",
|
27 | "jsesc": "^0.5.0",
|
28 | "minstache": "^1.2.0",
|
29 | "mkdirp": "^0.5.1",
|
30 | "multiline": "^1.0.2",
|
31 | "once": "^1.3.3",
|
32 | "rimraf": "^2.4.3",
|
33 | "sliced": "1.0.1",
|
34 | "split2": "^2.0.1"
|
35 | },
|
36 | "devDependencies": {
|
37 | "async": "~2.1.4",
|
38 | "basic-auth": "^1.0.3",
|
39 | "basic-auth-connect": "^1.0.0",
|
40 | "bluebird": "^3.4.0",
|
41 | "chai": "^3.4.1",
|
42 | "chai-as-promised": "^5.3.0",
|
43 | "eslint": "4.18.1",
|
44 | "eslint-config-prettier": "^2.9.0",
|
45 | "eslint-plugin-prettier": "^2.6.0",
|
46 | "express": "4.16.2",
|
47 | "husky": "^0.14.3",
|
48 | "mocha": "^2.3.0",
|
49 | "mocha-generators": "^1.2.0",
|
50 | "multer": "1.1.0",
|
51 | "pngjs": "^2.2.0",
|
52 | "prettier": "1.11.0",
|
53 | "serve-static": "^1.10.0",
|
54 | "split": "^1.0.0"
|
55 | },
|
56 | "engines": {
|
57 | "node": ">=4.0.0"
|
58 | }
|
59 | }
|