machinepack-phantomjscloud
Version:
Work with the PhantomJSCloud.com API to render HTML web pages, etc.
31 lines (30 loc) • 592 B
JSON
{
"name": "machinepack-phantomjscloud",
"version": "1.0.2",
"description": "Work with the PhantomJSCloud.com API to render HTML web pages, etc.",
"scripts": {
"test": "mocha -b"
},
"keywords": [
"machine",
"machines",
"phantomjscloud.com",
"phantomjs",
"phantom.js",
"SEO"
],
"author": "Mike McNeil",
"license": "MIT",
"dependencies": {
"lodash": "^2.4.1",
"node-machine": "^1.0.0",
"async": "^0.9.0",
"request": "^2.42.0"
},
"machinepack": {
"machineDir": "machines",
"machines": [
"render-pages"
]
}
}