{
  "name": "html2png",
  "version": "1.1.2",
  "description": "Take a screenshot of a HTML fragment or URL",
  "main": "index.js",
  "scripts": {
    "test": "node_modules/.bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/eugeneware/html2png"
  },
  "keywords": [
    "html",
    "png",
    "screenshot",
    "render"
  ],
  "author": "Eugene Ware <eugene@noblesamurai.com>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/eugeneware/html2png/issues"
  },
  "dependencies": {
    "phantomjs-bin": "^1.0.1",
    "selenium-webdriver": "^2.44.0"
  },
  "devDependencies": {
    "async": "^0.9.0",
    "expect.js": "~0.3.0",
    "image-size": "^0.3.5",
    "mocha": "~2.1.0"
  }
}
