{
  "name": "vue2-editor-pure",
  "version": "0.1.6",
  "description": "HTML editor using Vue.js 2, and Quill.js, an open source editor without unnecessary CSS",
  "keywords": [
    "vue",
    "vue-component",
    "quill",
    "html editor",
    "text editor"
  ],
  "author": "Partikule <contact@partikule.net>",
  "repository": {
    "type": "git",
    "url": "https://github.com/partikule/vue2-editor"
  },
  "main": "dist/vue2-editor.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "poi dev/index.js",
    "docs": "docsify serve ./docs",
    "test": "echo lol",
    "lint": "poi --eslint",
    "build": "poi build ./src/index.js --library Vue2Editor",
    "build2": "poi build ./src/index.js --library Vue2Editor --filename.js vue2-editor.js --filename.css vue2-editor.css"
  },
  "devDependencies": {
    "axios": "^0.16.2",
    "gh-pages": "^0.12.0",
    "node-sass": "^4.7.2",
    "sass-loader": "^6.0.6",
    "spectre.css": "^0.2.12"
  },
  "license": "MIT",
  "dependencies": {
    "lodash.merge": "^4.6.0",
    "quill": "^1.3.5",
    "quill-image-drop-module": "^1.0.3",
    "quill-image-resize-module": "^3.0.0",
    "vue": "^2.5.13"
  }
}
