forked from Medium/phantomjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.16 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": "1.9.7-15",
"keywords": [
"phantomjs",
"headless",
"webkit"
],
"description": "Headless WebKit with JS API",
"homepage": "https://github.com/Obvious/phantomjs",
"repository": {
"type": "git",
"url": "git://github.com/Obvious/phantomjs.git"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"author": {
"name": "Dan Pupius",
"email": "[email protected]",
"url": "http://pupius.co.uk"
},
"maintainers": [
{
"name": "Dan Pupius",
"email": "[email protected]",
"web": "http://pupius.co.uk/"
}
],
"main": "lib/phantomjs",
"bin": {
"phantomjs": "./bin/phantomjs"
},
"scripts": {
"install": "node install.js",
"test": "nodeunit --reporter=minimal test/tests.js"
},
"dependencies": {
"adm-zip": "0.2.1",
"kew": "~0.1.7",
"ncp": "0.4.2",
"npmconf": "0.0.24",
"mkdirp": "0.3.5",
"progress": "^1.1.5",
"request": "2.36.0",
"request-progress": "^0.3.1",
"rimraf": "~2.2.2",
"which": "~1.0.5"
},
"devDependencies": {
"nodeunit": "~0.7.4"
}
}