{
  "_args": [
    [
      "webshot@0.18.0",
      "/home/bookingwhizz/nodejs-template-output-builder"
    ]
  ],
  "_development": true,
  "_from": "webshot@0.18.0",
  "_id": "webshot@0.18.0",
  "_inBundle": false,
  "_integrity": "sha1-BX5pJbw5cK6X7tVvwjEYV4y8/cM=",
  "_location": "/webshot",
  "_phantomChildren": {
    "natives": "1.1.6"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "webshot@0.18.0",
    "name": "webshot",
    "escapedName": "webshot",
    "rawSpec": "0.18.0",
    "saveSpec": null,
    "fetchSpec": "0.18.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/webshot/-/webshot-0.18.0.tgz",
  "_spec": "0.18.0",
  "_where": "/home/bookingwhizz/nodejs-template-output-builder",
  "author": {
    "name": "Brenden Kokoszka"
  },
  "bugs": {
    "url": "https://github.com/brenden/node-webshot/issues"
  },
  "contributors": [
    {
      "name": "Brenden Kokoszka",
      "email": "brenden.kokoszka@gmail.com"
    },
    {
      "name": "Matthew Chase Whittemore",
      "email": "mcwhittemore@gmail.com"
    }
  ],
  "dependencies": {
    "cross-spawn": "^0.2.3",
    "graceful-fs": "~3.0.4",
    "phantomjs-prebuilt": "^2.1.3",
    "tmp": "~0.0.25"
  },
  "description": "Easy website screenshots",
  "devDependencies": {
    "imagemagick": "git://github.com/rsms/node-imagemagick.git",
    "mocha": "*",
    "should": "*"
  },
  "engine": [
    "node >=0.7.00"
  ],
  "homepage": "https://github.com/brenden/node-webshot#readme",
  "keywords": [
    "screenshot",
    "screengrab"
  ],
  "license": "MIT",
  "main": "./lib/webshot.js",
  "name": "webshot",
  "optionalDependencies": {
    "phantomjs-prebuilt": "^2.1.3"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/brenden/node-webshot.git"
  },
  "scripts": {
    "test": "mocha --ui bdd --reporter spec --require should ./test/core.js ./test/options/*"
  },
  "version": "0.18.0"
}
