{
  "name": "vue-utry-editor",
  "version": "1.1.3",
  "description": "A WYSIWYG text editor base on html5 and vue",
  "repository": {
    "type": "git",
    "url": "https://github.com/PeakTai/vue-html5-editor"
  },
  "main": "dist/vue-html5-editor.js",
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint --fix -f codeframe src/*"
  },
  "keywords": [
    "vue",
    "WYSIWYG",
    "richtext",
    "html5",
    "editor"
  ],
  "author": "peak",
  "license": "Apache-2.0",
  "devDependencies": {
    "lrz": "^4.9.40",
    "postcss-clean": "^1.0.2",
    "postcss-cssnext": "^2.9.0",
    "postcss-import": "^9.1.0",
    "rollup": "^0.37.0",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-plugin-buble": "^0.15.0",
    "rollup-plugin-commonjs": "^6.0.1",
    "rollup-plugin-css-only": "^0.2.0",
    "rollup-plugin-flow-no-whitespace": "^1.0.0",
    "rollup-plugin-html": "^0.2.1",
    "rollup-plugin-license": "^0.3.0",
    "rollup-plugin-node-resolve": "^2.0.0",
    "rollup-plugin-postcss": "^0.2.0",
    "rollup-plugin-progress": "^0.2.1",
    "rollup-plugin-replace": "^1.1.1"
  }
}
