1 | {
|
2 | "name": "phantomjs-prebuilt",
|
3 | "version": "2.1.16",
|
4 | "keywords": [
|
5 | "phantomjs",
|
6 | "headless",
|
7 | "webkit"
|
8 | ],
|
9 | "description": "Headless WebKit with JS API",
|
10 | "homepage": "https://github.com/Medium/phantomjs",
|
11 | "repository": {
|
12 | "type": "git",
|
13 | "url": "git://github.com/Medium/phantomjs.git"
|
14 | },
|
15 | "license": "Apache-2.0",
|
16 | "author": {
|
17 | "name": "Dan Pupius",
|
18 | "email": "dan@obvious.com",
|
19 | "url": "http://pupius.co.uk"
|
20 | },
|
21 | "maintainers": [
|
22 | {
|
23 | "name": "Dan Pupius",
|
24 | "email": "dan@medium.com",
|
25 | "web": "http://pupius.co.uk/"
|
26 | },
|
27 | {
|
28 | "name": "Nick Santos",
|
29 | "email": "nick@medium.com",
|
30 | "web": "http://nick-santos.com/"
|
31 | }
|
32 | ],
|
33 | "main": "lib/phantomjs",
|
34 | "bin": {
|
35 | "phantomjs": "./bin/phantomjs"
|
36 | },
|
37 | "scripts": {
|
38 | "install": "node install.js",
|
39 | "test": "nodeunit --reporter=minimal test/tests.js && eslint ."
|
40 | },
|
41 | "dependencies": {
|
42 | "es6-promise": "^4.0.3",
|
43 | "extract-zip": "^1.6.5",
|
44 | "fs-extra": "^1.0.0",
|
45 | "hasha": "^2.2.0",
|
46 | "kew": "^0.7.0",
|
47 | "progress": "^1.1.8",
|
48 | "request": "^2.81.0",
|
49 | "request-progress": "^2.0.1",
|
50 | "which": "^1.2.10"
|
51 | },
|
52 | "devDependencies": {
|
53 | "eslint": "2.7.0",
|
54 | "nodeunit": "0.9.1",
|
55 | "webdriverio": "~4.2.3"
|
56 | }
|
57 | }
|