{
  "_args": [
    [
      "react-quill@1.3.3",
      "/Users/max/Documents/SPADE/minotaure/www/htdocs/content/plugins/minotaure"
    ]
  ],
  "_development": true,
  "_from": "react-quill@1.3.3",
  "_id": "react-quill@1.3.3",
  "_inBundle": false,
  "_integrity": "sha512-T9RubLaWJ8gCfp7sOqmFupjiTiEp/EdGqhCG+PWGKc5UHiK6xIWNKWYsOHHEhQ+sZCKs8u/DPx47gc1VfFmcLg==",
  "_location": "/react-quill",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-quill@1.3.3",
    "name": "react-quill",
    "escapedName": "react-quill",
    "rawSpec": "1.3.3",
    "saveSpec": null,
    "fetchSpec": "1.3.3"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/react-quill/-/react-quill-1.3.3.tgz",
  "_spec": "1.3.3",
  "_where": "/Users/max/Documents/SPADE/minotaure/www/htdocs/content/plugins/minotaure",
  "author": {
    "name": "zenoamaro",
    "email": "zenoamaro@gmail.com"
  },
  "browser": "lib/index.js",
  "bugs": {
    "url": "https://github.com/zenoamaro/react-quill/issues",
    "email": "zenoamaro@gmail.com"
  },
  "dependencies": {
    "@types/quill": "1.3.10",
    "@types/react": "*",
    "create-react-class": "^15.6.0",
    "lodash": "^4.17.4",
    "prop-types": "^15.5.10",
    "quill": "^1.2.6",
    "react-dom-factories": "^1.0.0"
  },
  "description": "The Quill rich-text editor as a React component.",
  "devDependencies": {
    "blanket": "^1.2.3",
    "chai": "^4.1.0",
    "chai-enzyme": "^0.8.0",
    "cheerio": "^1.0.0-rc.1",
    "enzyme": "^2.9.1",
    "jsdom": "^11.0.0",
    "jsdom-global": "^3.0.2",
    "jshint": "^2.9.4",
    "mocha": "^3.4.2",
    "mocha-text-cov": "^0.1.1",
    "react": "^15.6.1",
    "react-addons-test-utils": "^15.6.0",
    "react-dom": "^15.6.1",
    "react-test-renderer": "^15.6.1",
    "should": "^4.3.0",
    "sinon": "^2.3.5",
    "travis-cov": "^0.2.5",
    "uglify-js": "^3.0.18",
    "webpack": "^1.4.13"
  },
  "engines": {
    "node": ">= 0.8.x"
  },
  "files": [
    "dist/",
    "lib/",
    "types.d.ts",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "homepage": "https://github.com/zenoamaro/react-quill",
  "keywords": [
    "react",
    "react-component",
    "rich",
    "text",
    "rich-text",
    "textarea",
    "quill"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "react-quill",
  "peerDependencies": {
    "react": "^0.14.9 || ^15.3.0 || ^16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zenoamaro/react-quill.git"
  },
  "scripts": {
    "build": "make build",
    "postpack": "make clean",
    "postpublish": "make clean",
    "prepack": "make build",
    "prepublish": "make build",
    "test": "make test"
  },
  "types": "types.d.ts",
  "version": "1.3.3"
}
