{
  "name": "quill-drag-and-drop-module",
  "version": "0.3.0",
  "description": "Quill module to add drag-and-drop support to the Quill container",
  "main": "quill-module.js",
  "scripts": {
    "compile": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/immense/quill-drag-and-drop-module.git"
  },
  "keywords": [
    "quill",
    "drag-and-drop"
  ],
  "author": "Christian Bankester <cbankester@immense.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/immense/quill-drag-and-drop-module/issues"
  },
  "homepage": "https://github.com/immense/quill-drag-and-drop-module#readme",
  "devDependencies": {
    "babel-core": "^6.4.0",
    "babel-loader": "^6.2.1",
    "babel-preset-es2015": "^6.3.13",
    "webpack": "^1.12.11"
  }
}
