{
  "name": "react-quill-editor",
  "version": "0.3.6",
  "description": "The Quill rich-text editor as a React component.",
  "author": "zenoamaro <zenoamaro@gmail.com>",
  "contributors": [
    "Hawken Rives <hawkrives@gmail.com>"
  ],
  "license": "MIT",
  "repository": "https://github.com/hawkrives/react-quill",
  "main": "dist/index.js",
  "scripts": {
    "test": "make test",
    "build": "make build",
    "prepublish": "make dist",
    "postpublish": "make clean"
  },
  "keywords": [
    "rich",
    "text",
    "richtext",
    "textarea",
    "quill"
  ],
  "files": [
    "dist/",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "dependencies": {
    "quill": "^0.19.10",
    "classnames": "^1.2.0",
    "react": "^0.13.0"
  },
  "devDependencies": {
    "babel": "^5.0.9",
    "babel-eslint": "^2.0.2",
    "eslint": "^0.18.0",
    "eslint-plugin-react": "^2.1.0",
    "jsdom": "^4.1.0",
    "mocha": "^2.0.1",
    "should": "^5.2.0",
    "sinon": "^1.12.1"
  }
}
