{
  "name": "quill-image",
  "version": "0.0.21",
  "description": "A quill editor module for drop and paste image, with a callback hook before insert image into the editor",
  "main": "dist/index.js",
  "scripts": {
    "build": "rm -rf dist && mkdir dist && babel src --presets=es2015 --out-dir dist",
    "watch": "watch 'yarn run build' './src' --wait=0.3"
  },
  "keywords": [
    "quill",
    "editor",
    "drop",
    "image",
    "paste",
    "image"
  ],
  "author": "Adam Miller",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.24.0",
    "babel-preset-env": "^1.2.2",
    "babel-preset-es2015": "^6.24.0",
    "watch": "^1.0.2"
  }
}
