forked from Medium/phantomjs
-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
45 lines (45 loc) · 989 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
40
41
42
43
44
45
{
"name": "phantomjs2",
"version": "2.1.1",
"keywords": [
"phantomjs",
"phantomjs2",
"headless",
"webkit"
],
"description": "Headless WebKit with JS API",
"homepage": "https://github.com/zeevl/phantomjs2",
"repository": {
"type": "git",
"url": "git://github.com/zeevl/phantomjs2.git"
},
"license": "Apache-2.0",
"author": {
"name": "Steve Lamb",
"email": "[email protected]"
},
"main": "lib/phantomjs",
"bin": {
"phantomjs": "./bin/phantomjs"
},
"scripts": {
"install": "node install.js",
"test": "nodeunit --reporter=minimal test/tests.js && eslint install.js"
},
"dependencies": {
"adm-zip": "0.4.4",
"fs-extra": "~0.23.1",
"glob": "^6.0.1",
"kew": "0.4.0",
"mkdirp": "^0.5.1",
"npmconf": "2.1.1",
"progress": "1.1.8",
"request": "2.42.0",
"request-progress": "0.3.1",
"which": "~1.0.5"
},
"devDependencies": {
"eslint": "1.5.1",
"nodeunit": "0.9.0"
}
}