{
  "name": "react-rte-browserify-image",
  "version": "0.1.0",
  "description": "React Rich Text Editor",
  "main": "dist/react-rte.js",
  "scripts": {
    "build": "npm run build-lib && npm run build-dist",
    "build-dist": "rimraf dist && webpack",
    "build-lib": "rimraf lib && babel src --ignore '_*' --out-dir lib",
    "lint": "eslint --max-warnings 0 .",
    "typecheck": "flow",
    "prepublish": "npm run build",
    "test": "npm run lint && npm run typecheck && npm run test-src",
    "test-src": "mocha src/__tests__/*.js src/**/__tests__/*.js"
  },
  "dependencies": {
    "class-autobind": "^0.1.4",
    "classnames": "^2.2.5",
    "draft-js": "^0.7.0",
    "draft-js-export-html": "^0.3.0",
    "draft-js-export-markdown": "^0.2.0",
    "draft-js-import-html": "^0.2.0",
    "draft-js-import-markdown": "^0.1.6",
    "draft-js-utils": "^0.1.5",
    "immutable": "^3.8.1"
  },
  "peerDependencies": {
    "react": "0.14.x || 15.x.x",
    "react-dom": "0.14.x || 15.x.x"
  },
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-core": "^6.9.0",
    "babel-eslint": "^6.0.4",
    "babel-loader": "^6.2.3",
    "babel-plugin-transform-class-properties": "^6.9.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-2": "^6.5.0",
    "css-loader": "^0.23.1",
    "css-modules-require-hook": "^4.0.0",
    "eslint": "^2.10.2",
    "eslint-plugin-babel": "^3.2.0",
    "eslint-plugin-flow-vars": "^0.4.0",
    "eslint-plugin-react": "^5.1.1",
    "expect": "^1.20.1",
    "flow-bin": "^0.25.0",
    "mocha": "^2.4.5",
    "raw-loader": "^0.5.1",
    "react-addons-test-utils": "^15.0.2",
    "rimraf": "^2.5.2",
    "style-loader": "^0.13.1",
    "webpack": "^1.13.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sstur/react-rte.git"
  },
  "keywords": [
    "reactjs",
    "draftjs",
    "contenteditable",
    "wysiwyg",
    "richtext",
    "editor"
  ],
  "author": "sstur@me.com",
  "contributors": [
    {
      "name": "Adam J. McIntyre",
      "url": "https://github.com/amcintyre-cs"
    },
    {
      "name": "Harris Brakmic",
      "url": "https://github.com/brakmic"
    },
    {
      "name": "Jordan Kohl",
      "url": "https://github.com/simpixelated"
    },
    {
      "name": "Simon Sturmer",
      "url": "https://github.com/sstur"
    }
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sstur/react-rte/issues"
  },
  "homepage": "https://github.com/sstur/react-rte#readme"
}
