{
  "name": "electron-html-to",
  "version": "2.6.1",
  "description": "Convert html to html/image using electron",
  "main": "lib/index.js",
  "scripts": {
    "clean": "rimraf lib",
    "build": "babel src --out-dir lib",
    "lint": "eslint src test",
    "test": "mocha test/test.js --timeout 8000",
    "prepublish": "in-publish && npm-run-all lint clean build || not-in-publish"
  },
  "author": "BJR Matos <bjrmatos@gmail.com> (https://github.com/bjrmatos)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bjrmatos/electron-html-to.git"
  },
  "bugs": {
    "url": "https://github.com/bjrmatos/electron-html-to/issues"
  },
  "homepage": "https://github.com/bjrmatos/electron-html-to",
  "keywords": [
    "html",
    "pdf",
    "image",
    "conversion",
    "electron"
  ],
  "dependencies": {
    "body": "5.1.0",
    "debug": "2.2.0",
    "electron-workers": "1.10.3",
    "lodash.pick": "4.2.1",
    "minstache": "1.2.0",
    "mkdirp": "0.5.1",
    "object-assign": "4.1.1",
    "pdfjs-dist": "1.5.285",
    "sliced": "1.0.1",
    "uuid": "2.0.2",
    "which": "1.2.9"
  },
  "devDependencies": {
    "babel": "5.8.29",
    "electron": "1.6.6",
    "eslint": "2.11.1",
    "eslint-config-airbnb-base": "3.0.1",
    "eslint-plugin-import": "1.8.1",
    "in-publish": "2.0.0",
    "mocha": "2.5.3",
    "npm-run-all": "2.1.1",
    "rimraf": "2.5.2",
    "should": "9.0.0"
  }
}
