forked from zeevl/phantomjs2
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
53 lines (53 loc) · 1.21 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
{
"name": "phantomjs2-ext",
"version": "0.2.2",
"keywords": [
"phantomjs",
"phantomjs2",
"headless",
"webkit"
],
"description": "Headless WebKit with JS API. Fork of https://github.com/zeevl/phantomjs2 with supporting of the Win x86",
"homepage": "https://github.com/gskachkov/phantomjs2",
"repository": {
"type": "git",
"url": "git://github.com/gskachkov/phantomjs2.git"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"author": "Alexandr Skachkov <[email protected]>",
"main": "lib/phantomjs",
"bin": {
"phantomjs": "./bin/phantomjs"
},
"scripts": {
"install": "node install.js",
"test": "nodeunit --reporter=minimal test/tests.js"
},
"dependencies": {
"adm-zip": "0.4.7",
"kew": "0.5.0",
"ncp": "~2.0.0",
"npmconf": "2.1.1",
"mkdirp": "0.5.0",
"progress": "1.1.8",
"request": "2.55.0",
"request-progress": "0.3.1",
"rimraf": "~2.3.2",
"which": "~1.0.9"
},
"devDependencies": {
"nodeunit": "0.9.1"
},
"bugs": {
"url": "https://github.com/gskachkov/phantomjs2/issues"
},
"directories": {
"test": "test"
},
"license": "MIT"
}