{
  "name": "react-tinymce-mention",
  "version": "0.3.0",
  "description": "@Mention functionality for TinyMCE, built with React and Redux.",
  "main": "lib/index",
  "scripts": {
    "start": "node webpack.server.js",
    "test": "node karma.server.js --single-run",
    "test-watch": "node karma.server.js",
    "build": "sh scripts/build.sh",
    "prepublish": "npm run build",
    "gh-pages": "sh scripts/gh-pages.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Kindling/react-tinymce-mention.git"
  },
  "keywords": [
    "tinymce",
    "mention",
    "mentions",
    "@mention",
    "@mentions",
    "react",
    "redux"
  ],
  "author": "Christopher Pappas <damassi.pappas@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Kindling/react-tinymce-mention/issues"
  },
  "homepage": "https://github.com/Kindling/react-tinymce-mention",
  "devDependencies": {
    "axios": "git://github.com/mzabriskie/axios.git",
    "babel": "^5.8.23",
    "babel-core": "^5.8.20",
    "babel-eslint": "^4.0.5",
    "babel-loader": "^5.3.2",
    "babel-plugin-rewire": "^0.1.22",
    "eslint": "^1.0.0",
    "eslint-plugin-react": "^3.1.0",
    "expect": "^1.10.0",
    "gzip": "^0.1.0",
    "jasmine-core": "^2.3.4",
    "jasmine-expect": "^2.0.0-beta1",
    "karma": "^0.13.3",
    "karma-babel-preprocessor": "^5.2.1",
    "karma-beep-reporter": "^0.1.4",
    "karma-chrome-launcher": "^0.2.0",
    "karma-jasmine": "^0.3.6",
    "karma-jasmine-matchers": "^2.0.0-beta1",
    "karma-phantomjs-launcher": "^0.2.0",
    "karma-react-jsx-preprocessor": "^0.1.1",
    "karma-sourcemap-loader": "^0.3.5",
    "karma-webpack": "^1.7.0",
    "mversion": "^1.10.0",
    "phantomjs": "^1.9.17",
    "pluck": "0.0.4",
    "react": "^15.3.0",
    "react-dom": "^15.3.0",
    "react-tinymce": "^0.5.1",
    "react-tools": "^0.13.3",
    "webpack": "^1.10.5",
    "webpack-dev-middleware": "^1.2.0",
    "webpack-dev-server": "^1.10.1",
    "yargs": "^3.18.0"
  },
  "dependencies": {
    "classnames": "^2.1.3",
    "dom-closest": "^0.1.0",
    "dom-remove": "^1.1.0",
    "es6-promise": "^3.0.2",
    "invariant": "^2.1.0",
    "lodash.camelcase": "^3.0.1",
    "lodash.clonedeep": "^3.0.2",
    "lodash.difference": "^3.2.2",
    "lodash.findwhere": "^3.1.0",
    "lodash.isequal": "^3.0.4",
    "lodash.pluck": "^3.1.2",
    "lodash.without": "^3.2.1",
    "react-dom": "^15.3.2",
    "react-redux": "^2.1.0",
    "redux": "^2.0.0",
    "redux-thunk": "^0.1.0",
    "sinon": "^1.16.1",
    "string.prototype.includes": "^1.0.0",
    "twitter-text": "^1.12.0"
  }
}
