forked from rath/phantomjs-npm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 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
54
55
56
{
"name": "phantomjs",
"version": "2.0.0-edge",
"keywords": [
"phantomjs",
"headless",
"webkit"
],
"description": "Headless WebKit with JS API",
"homepage": "https://github.com/rath/phantomjs-npm",
"repository": {
"type": "git",
"url": "git://github.com/rath/phantomjs-npm.git"
},
"license": "Apache-2.0",
"author": {
"name": "Dan Pupius",
"email": "[email protected]",
"url": "http://pupius.co.uk"
},
"maintainers": [
{
"name": "Dan Pupius",
"email": "[email protected]",
"web": "http://pupius.co.uk/"
},
{
"name": "Nick Santos",
"email": "[email protected]",
"web": "http://nick-santos.com/"
}
],
"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",
"kew": "0.4.0",
"md5": "~2.0.0",
"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"
}
}