{
  "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"
    ]
  }
}
