{
  "name": "react-medium-editor-yj",
  "version": "1.0.1",
  "description": "React wrapper for medium-editor modified by yj",
  "main": "index.js",
  "scripts": {
    "start": "webpack-dev-server -c --port=8899",
    "build": "babel lib --out-dir dist && webpack -p",
    "deploy": "npm run build && github-pages-deploy",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "github-pages-deploy": {
    "src": "builds"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/acorn421/react-medium-editor-yj"
  },
  "keywords": [
    "react",
    "react-component",
    "medium",
    "editor"
  ],
  "author": "Youngjoon Kim",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/acorn421/react-medium-editor-yj/issues"
  },
  "homepage": "https://github.com/acorn421/react-medium-editor-yj",
  "dependencies": {
    "blacklist": "^1.1.2",
    "medium-editor": "^5.10.0",
    "object-assign": "^4.0.1",
    "react": "^15.4.2",
    "react-dom": "^15.4.2"
  },
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-core": "^6.10.4",
    "babel-eslint": "^6.1.0",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "css-loader": "^0.23.1",
    "eslint": "^2.13.1",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.9.2",
    "eslint-plugin-jsx-a11y": "^1.5.3",
    "eslint-plugin-react": "^5.2.2",
    "github-pages-deploy": "0.0.3",
    "static-site-generator-webpack-plugin": "^2.1.0",
    "style-loader": "^0.13.1",
    "webpack": "^1.13.1",
    "webpack-dev-server": "^1.14.1"
  }
}
