{
  "name": "draft-js-richbuttons-plugin",
  "version": "2.2.0",
  "description": "Rich Editing Buttons Plugin for DraftJS Plugins Editor",
  "author": {
    "name": "Jason Phillips",
    "url": "https://github.com/jasonphillips"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jasonphillips/draft-js-richbuttons-plugin.git"
  },
  "main": "lib/index.js",
  "keywords": [
    "editor",
    "wysiwyg",
    "draft",
    "react",
    "ux",
    "components",
    "widget",
    "react-component"
  ],
  "peerDependencies": {
    "draft-js-plugins-editor": "^2.0.0",
    "react": "^15.0.0 || ^16.0.0",
    "react-dom": "^15.0.0 || ^16.0.0"
  },
  "scripts": {
    "clean": "rimraf lib",
    "build": "npm run clean && npm run build:js",
    "build:js": "BABEL_DISABLE_CACHE=1 BABEL_ENV=production NODE_ENV=production babel --out-dir='lib' --ignore='__test__/*' src",
    "prepublish": "npm run build",
    "test": "mocha --compilers js:babel-core/register --require jsdom-global/register **/__test__/*.js"
  },
  "license": "MIT",
  "dependencies": {
    "decorate-component-with-props": "^1.0.2",
    "prop-types": "^15.5.10"
  },
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-react": "^6.16.0",
    "babel-preset-react-hmre": "^1.1.1",
    "babel-preset-stage-0": "^6.16.0",
    "chai": "^3.5.0",
    "chai-enzyme": "^0.7.1",
    "draft-js-plugins-editor": "~2.0.4",
    "draft-js": "~0.10.5",
    "enzyme": "^2.9.0",
    "jsdom": "^9.8.3",
    "jsdom-global": "^2.1.0",
    "mocha": "^3.2.0",
    "react": "^15.5.0",
    "react-dom": "^15.5.0",
    "react-test-renderer": "^15.6.1",
    "rimraf": "^2.5.4",
    "sinon": "^1.17.6",
    "sinon-chai": "^2.8.0"
  }
}
