{
  "name": "pdf-to-png",
  "version": "1.0.3",
  "description": "convert PDF to PNG",
  "main": "index.js",
  "bin": {
    "pdf-to-png": "cli.js"
  },
  "scripts": {
    "test": "npm run tape && standard",
    "tape": "tape test.js | tap-spec",
    "example": "node example.js"
  },
  "author": "freeman-lab",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/freeman-lab/pdf-to-png.git"
  },
  "license": "MIT",
  "dependencies": {
    "chalk": "^1.1.1",
    "electron-spawn": "^4.1.0",
    "electron-prebuilt": "^0.37.5",
    "minimist": "^1.2.0",
    "pdfjs-dist": "1.4.205"
  },
  "devDependencies": {
    "tap-spec": "^4.1.1",
    "tape": "^4.4.0"
  }
}
