{
  "name": "react-tinymce",
  "version": "0.6.0",
  "description": "React TinyMCE component",
  "main": "lib/main.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/instructure-react/react-tinymce.git"
  },
  "homepage": "https://github.com/instructure-react/react-tinymce",
  "keywords": [
    "tinymce",
    "react-component"
  ],
  "author": "Matt Zabriskie",
  "license": "MIT",
  "peerDependencies": {
    "react": "^0.14.0 || ^15.0.0",
    "react-dom": "^0.14.0 || ^15.0.0"
  },
  "dependencies": {
    "lodash": ">=4.0.0"
  }
}
