{
  "name": "vivliostyle-electron",
  "version": "0.0.8",
  "description": "Render Html to PDFs using Vivliostyle.js and Electron",
  "repository": {
    "type": "git",
    "url": "git@gitlab.coko.foundation:fchasen/vivliostyle-electron.git"
  },
  "main": "lib/index.js",
  "scripts": {
    "clean": "rimraf lib",
    "build": "babel src --out-dir lib",
    "lint": "eslint src test",
    "test": "mocha test/*.js --timeout 8000",
    "start": "node lib/index.js"
  },
  "bin": {
    "vivliostyle-electron": "./cli.js"
  },
  "author": "Coko Foundation",
  "license": "MIT",
  "dependencies": {
    "babel": "^6.5.2",
    "cheerio": "^0.22.0",
    "commander": "^2.9.0",
    "debug": "^2.2.0",
    "electron-html-to": "^2.1.1",
    "electron-prebuilt": "^1.4.1",
    "eslint": "^3.4.0",
    "hyphenation.be": "^0.2.1",
    "hyphenation.bn": "^0.2.1",
    "hyphenation.ca": "^0.2.1",
    "hyphenation.cs": "^0.2.1",
    "hyphenation.da": "^0.2.1",
    "hyphenation.de": "^0.2.1",
    "hyphenation.el-monoton": "^0.2.1",
    "hyphenation.el-polyton": "^0.2.1",
    "hyphenation.en-gb": "^0.2.1",
    "hyphenation.en-us": "^0.2.1",
    "hyphenation.fi": "^0.2.1",
    "hyphenation.fr": "^0.2.1",
    "hyphenation.grc": "^0.2.1",
    "hyphenation.gu": "^0.2.1",
    "hyphenation.hi": "^0.2.1",
    "hyphenation.hu": "^0.2.1",
    "hyphenation.hy": "^0.2.1",
    "hyphenation.it": "^0.2.1",
    "hyphenation.kn": "^0.2.1",
    "hyphenation.la": "^0.2.1",
    "hyphenation.lt": "^0.2.1",
    "hyphenation.lv": "^0.2.1",
    "hyphenation.ml": "^0.2.1",
    "hyphenation.nb-no": "^0.2.1",
    "hyphenation.nl": "^0.2.1",
    "hyphenation.or": "^0.2.1",
    "hyphenation.pa": "^0.2.1",
    "hyphenation.pl": "^0.2.1",
    "hyphenation.pt": "^0.2.1",
    "hyphenation.ru": "^0.2.1",
    "hyphenation.sk": "^0.2.1",
    "hyphenation.sl": "^0.2.1",
    "hyphenation.sv": "^0.2.1",
    "hyphenation.ta": "^0.2.1",
    "hyphenation.te": "^0.2.1",
    "hyphenation.tr": "^0.2.1",
    "hyphenation.uk": "^0.2.1",
    "hypher": "^0.2.4",
    "mkdirp": "^0.5.1",
    "replace-ext": "^1.0.0",
    "temp": "^0.8.3",
    "vivliostyle": "2016.10.0"
  },
  "devDependencies": {
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.14.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-plumber": "^1.1.0",
    "mocha": "^3.0.2"
  },
  "directories": {
    "test": "test"
  },
  "keywords": [
    "pdf"
  ]
}
