-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
39 lines (39 loc) · 821 Bytes
/
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
{
"name": "nightmare-load-filter",
"version": "0.2.0",
"license": "MIT",
"main": "./nightmare-load-filter.js",
"description":"Filter requests in NightmareJS",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/rosshinkley/nightmare-load-filter.git"
},
"author": "Ross Hinkley",
"keywords": [
"nightmare",
"phantomjs",
"prerequest",
"pre-request",
"filter",
"content"
],
"peerDependencies":{
"nightmare": "^2.3.0"
},
"dependencies": {
"debug": "^2.2.0"
},
"devDependencies": {
"chai": "^3.4.1",
"electron-rebuild": "^1.1.3",
"express": "^4.13.3",
"mkdirp": "^0.5.1",
"mocha": "^2.3.0",
"mocha-generators": "^1.2.0",
"rimraf": "^2.4.3",
"serve-static": "^1.10.0"
}
}