phantomjs
Version:
Headless WebKit with JS API
56 lines (55 loc) • 1.22 kB
JSON
{
"name": "phantomjs",
"version": "2.1.7+deprecated",
"keywords": [
"phantomjs",
"headless",
"webkit"
],
"description": "Headless WebKit with JS API",
"homepage": "https://github.com/Medium/phantomjs",
"repository": {
"type": "git",
"url": "git://github.com/Medium/phantomjs.git"
},
"license": "Apache-2.0",
"author": {
"name": "Dan Pupius",
"email": "dan@obvious.com",
"url": "http://pupius.co.uk"
},
"maintainers": [
{
"name": "Dan Pupius",
"email": "dan@medium.com",
"web": "http://pupius.co.uk/"
},
{
"name": "Nick Santos",
"email": "nick@medium.com",
"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": {
"extract-zip": "~1.5.0",
"fs-extra": "~0.26.4",
"hasha": "^2.2.0",
"kew": "~0.7.0",
"progress": "~1.1.8",
"request": "~2.67.0",
"request-progress": "~2.0.1",
"which": "~1.2.2"
},
"devDependencies": {
"eslint": "1.10.3",
"nodeunit": "0.9.1"
}
}