UNPKG

zview-mobile-editor

Version:

A WYSIWYG text editor base on html5 and vue

64 lines (63 loc) 1.79 kB
{ "name": "zview-mobile-editor", "version": "0.1.3", "title": "zview-mobile-editor", "description": "A WYSIWYG text editor base on html5 and vue", "homepage": "http://www.zuv.cc/zview-mobile-editor", "readme": "A WYSIWYG text editor base on html5 and vue", "keywords": [ "zview", "zview mobile framework", "vue", "app", "mobile", "WYSIWYG", "richtext", "html5", "editor" ], "main": "dist/vue-html5-editor.js", "files": [ "dist", "src" ], "repository": { "type": "git", "url": "https://github.com/zview/zview-mobile-editor" }, "author": "Luther <xluther@zuv.cc>", "license": "MIT", "bugs": { "url": "https://github.com/zview/zview-mobile-editor/issues" }, "scripts": { "build": "npm run lint && rollup -c rollup.config.js", "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint --fix -f codeframe src/*" }, "devDependencies": { "eslint": "^3.9.1", "eslint-config-airbnb": "^12.0.0", "eslint-friendly-formatter": "^2.0.6", "eslint-loader": "^1.6.0", "eslint-plugin-import": "^1.16.0", "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.9.0", "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" } }