{
  "name": "hexo-post-editor",
  "version": "0.0.3",
  "description": "An post editor to edit hexo posts.",
  "main": "index.js",
  "scripts": {
    "dev": "NODE_ENV=development && gulp dev && webpack-dev-server --hot --inline --colors --progress",
    "build": "NODE_ENV=production && gulp build",
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tyleryang/hexo-post-editor.git"
  },
  "keywords": [
    "hexo",
    "editor",
    "realtime",
    "plugin"
  ],
  "author": "Tyler Yang <tyler.z.yang@gmail.com>",
  "bugs": {
    "url": "https://github.com/tyleryang/hexo-post-editor/issues"
  },
  "homepage": "http://tyleryang.github.io/hexo-post-editor",
  "license": "ISC",
  "devDependencies": {
    "babel": "^6.3.13",
    "babel-loader": "^6.2.0",
    "babel-plugin-transform-runtime": "^6.3.13",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "css-loader": "^0.23.0",
    "del": "^2.2.0",
    "eslint": "^0.11.0-alpha.0",
    "eslint-config-hexo": "^1.0.2",
    "eslint-plugin-react": "^3.12.0",
    "file-loader": "^0.8.5",
    "gulp": "^3.9.0",
    "gulp-clean": "^0.3.1",
    "gulp-concat": "^2.6.0",
    "gulp-eslint": "^1.1.1",
    "gulp-html-replace": "^1.5.5",
    "gulp-less": "^3.0.5",
    "gulp-watch": "^4.3.5",
    "gulp-webpack": "^1.5.0",
    "less": "^2.5.3",
    "less-loader": "^2.2.2",
    "raw-loader": "^0.5.1",
    "react": "^0.14.3",
    "react-dom": "^0.14.3",
    "react-hot-loader": "^1.3.0",
    "style-loader": "^0.13.0",
    "url-loader": "^0.5.7",
    "webpack": "^1.12.9",
    "webpack-dev-server": "^1.14.0"
  },
  "dependencies": {
    "codemirror": "^5.10.0",
    "history": "^1.17.0",
    "image-webpack-loader": "^1.6.2",
    "isomorphic-fetch": "^2.2.0",
    "marked": "^0.3.5",
    "material-ui": "^0.14.2",
    "moment": "^2.11.0",
    "react": "^0.14.3",
    "react-dom": "^0.14.3",
    "react-mixin": "^3.0.3",
    "react-motion": "^0.3.1",
    "react-router": "^1.0.2",
    "react-split-pane": "^0.1.20",
    "react-tap-event-plugin": "^0.2.1",
    "serve-static": "^1.10.0",
    "underscore": "^1.8.3",
    "url": "^0.11.0"
  }
}
