phantomjscloud
Version:
Official PhantomJs Cloud Client API Library for Node.js
41 lines (40 loc) • 961 B
JSON
{
"name": "phantomjscloud",
"version": "3.5.5",
"description": "Official PhantomJs Cloud Client API Library for Node.js",
"keywords": [
"Chrome",
"Puppeteer",
"PhantomJs",
"Phantom",
"Browser",
"Browser Api",
"Headless Browser",
"Typescript"
],
"homepage": "https://github.com/Novaleaf/phantomjscloud-node",
"bugs": {
"email": "support@PhantomJsCloud.com",
"url": "https://github.com/Novaleaf/phantomjscloud-node/issues"
},
"license": "MIT",
"author": {
"name": "Jason Swearingen",
"email": "jasons@novaleaf.com"
},
"main": "./built/_index.js",
"types": "./built/_index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Novaleaf/phantomjscloud-node"
},
"scripts": {
"test": "mocha ./built/**/*.test.js --watch"
},
"dependencies": {
"xlib": "^16.1.0"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}