{
  "name": "@io-monad/novelous-extension",
  "description": "An extension that helps publishing your novel on various Japanese novel sites.",
  "chromeExtensionId": "gfhinffnndljgbjfpbmeipdnghnicbhc",
  "author": "IRIDE Monad <iride.monad@gmail.com>",
  "version": "1.2.2",
  "license": "MIT",
  "homepage": "https://github.com/io-monad/novelous-extension",
  "repository": {
    "type": "git",
    "url": "https://github.com/io-monad/novelous-extension.git"
  },
  "bugs": {
    "url": "https://github.com/io-monad/novelous-extension/issues"
  },
  "files": [
    "app/_locales",
    "app/scripts",
    "app/manifest.json"
  ],
  "config": {
    "ghooks": {
      "pre-commit": "gulp lint",
      "commit-msg": "validate-commit-msg",
      "pre-push": "mocha --reporter progress"
    },
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "release": {
    "verifyConditions": "sr-condition-wercker"
  },
  "scripts": {
    "postinstall": "bower install",
    "test": "mocha",
    "test:watch": "mocha --watch",
    "build": "gulp build --vendor=chrome",
    "watch": "gulp build --watch --vendor=chrome",
    "docs": "esdoc -c esdoc.json",
    "semantic-release": "semantic-release pre && gulp release --production && npm publish --access public && semantic-release post"
  },
  "dependencies": {
    "@io-monad/chrome-util": "^2.1.0",
    "chart.js": "^2.1.5",
    "cheerio": "^0.20.0",
    "classnames": "^2.2.5",
    "color-string": "^1.2.0",
    "debug": "^2.2.0",
    "is-promise": "^2.1.0",
    "json-schema-defaults": "^0.1.1",
    "lodash": "^4.13.1",
    "moment": "^2.13.0",
    "moment-timezone": "^0.5.4",
    "react": "^15.1.0",
    "react-addons-shallow-compare": "^15.1.0",
    "react-dom": "^15.1.0",
    "react-jsonschema-form": "^0.33.2",
    "react-sparklines": "^1.5.2",
    "react-tooltip": "^2.0.3"
  },
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-core": "^6.9.1",
    "babel-eslint": "^6.0.4",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-class-properties": "^6.9.1",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-power-assert": "^1.0.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-react-optimize": "^1.0.1",
    "babel-preset-stage-2": "^6.5.0",
    "babel-register": "^6.9.0",
    "babel-runtime": "^6.9.2",
    "bluebird": "^3.4.0",
    "bower": "^1.7.9",
    "chrome-extension-deploy": "^2.0.1",
    "cz-conventional-changelog": "^1.1.6",
    "del": "^2.2.0",
    "enzyme": "^2.3.0",
    "esdoc": "^0.4.7",
    "esdoc-es7-plugin": "0.0.3",
    "eslint": "^2.12.0",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.8.1",
    "eslint-plugin-import-order": "^2.1.4",
    "eslint-plugin-jsx-a11y": "^1.4.2",
    "eslint-plugin-react": "^5.1.1",
    "factory-girl": "^3.2.0-beta",
    "fake-xml-http-request": "^1.4.0",
    "ghooks": "^1.2.3",
    "gulp": "^3.9.1",
    "gulp-cache": "^0.4.5",
    "gulp-clean-css": "^2.0.10",
    "gulp-concat": "^2.6.0",
    "gulp-eslint": "^2.0.0",
    "gulp-if": "^2.0.1",
    "gulp-json-transform": "^0.3.2",
    "gulp-less": "^3.1.0",
    "gulp-livereload": "^3.8.1",
    "gulp-mocha": "^2.2.0",
    "gulp-plumber": "^1.1.0",
    "gulp-sequence": "^0.4.5",
    "gulp-sourcemaps": "^2.0.0-alpha",
    "gulp-uglify": "^1.5.3",
    "gulp-util": "^3.0.7",
    "gulp-zip": "^3.2.0",
    "json-loader": "^0.5.4",
    "mocha": "^2.5.3",
    "power-assert": "^1.4.1",
    "react-addons-test-utils": "^15.1.0",
    "require-dir": "^0.3.0",
    "semantic-release": "^4.3.5",
    "sinon": "^1.17.4",
    "sinon-chrome": "^1.1.2",
    "sr-condition-wercker": "^1.0.2",
    "uglify-save-license": "^0.4.1",
    "validate-commit-msg": "^2.6.1",
    "vinyl-named": "^1.1.0",
    "webpack": "^1.13.1",
    "webpack-build": "^1.0.1",
    "webpack-stream": "^3.2.0",
    "yargs": "^4.7.1"
  }
}