{
  "_args": [
    [
      "quill-image-resize-module@3.0.0",
      "/Users/max/Documents/SPADE/minotaure/www/htdocs/content/plugins/minotaure"
    ]
  ],
  "_development": true,
  "_from": "quill-image-resize-module@3.0.0",
  "_id": "quill-image-resize-module@3.0.0",
  "_inBundle": false,
  "_integrity": "sha1-D9k3Rqg3M22VsvU2FAQWpiPHF3E=",
  "_location": "/quill-image-resize-module",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "quill-image-resize-module@3.0.0",
    "name": "quill-image-resize-module",
    "escapedName": "quill-image-resize-module",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/quill-image-resize-module/-/quill-image-resize-module-3.0.0.tgz",
  "_spec": "3.0.0",
  "_where": "/Users/max/Documents/SPADE/minotaure/www/htdocs/content/plugins/minotaure",
  "author": {
    "name": "@kensnyder"
  },
  "bugs": {
    "url": "https://github.com/kensnyder/quill-image-resize-module/issues"
  },
  "contributors": [
    {
      "name": "Wikia",
      "url": "https://github.com/Wikia"
    }
  ],
  "dependencies": {
    "lodash": "^4.17.4",
    "quill": "^1.2.2",
    "raw-loader": "^0.5.1"
  },
  "description": "A module for Quill rich text editor to allow images to be resized.",
  "devDependencies": {
    "babel-cli": "^6.24.0",
    "babel-eslint": "^7.2.1",
    "babel-loader": "^6.4.1",
    "babel-plugin-transform-class-properties": "^6.23.0",
    "babel-preset-env": "^1.2.2",
    "babel-preset-es2015": "^6.24.0",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.3",
    "webpack": "^2.3.3"
  },
  "homepage": "https://github.com/kensnyder/quill-image-resize-module#readme",
  "keywords": [
    "quill",
    "quilljs",
    "image",
    "resize",
    "sizer"
  ],
  "license": "MIT",
  "main": "image-resize.min.js",
  "name": "quill-image-resize-module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kensnyder/quill-image-resize-module.git"
  },
  "scripts": {
    "dev": "webpack --progress --colors --watch",
    "fixlint": "eslint --fix --ext js,es6 src",
    "lint": "eslint --ext js,es6 src",
    "release": "webpack -p --progress --colors",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "3.0.0"
}
