UNPKG

zx-editor

Version:

ZxEditor is a HTML5 rich text editor

46 lines (45 loc) 1.25 kB
{ "name": "zx-editor-docs", "version": "1.0.0", "description": "zx-editor H5编辑器文档", "main": "", "scripts": { "dev": "gitbook serve", "build": "gitbook build && gulp && node build/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/capricorncd/zx-editor.git" }, "keywords": [ "editor", "h5", "html5" ], "author": "Capricorncd", "license": "ISC", "bugs": { "url": "https://github.com/capricorncd/zx-editor/issues" }, "homepage": "https://github.com/capricorncd/zx-editor#readme", "devDependencies": { "bash-color": "^0.0.4", "fs-extra": "^7.0.1", "gitbook": ">=3.2.2", "gitbook-cli": "^2.3.2", "gitbook-plugin-back-to-top-button": "^0.1.4", "gitbook-plugin-chapter-fold": "^0.0.4", "gitbook-plugin-expandable-chapters-small": "^0.1.7", "gitbook-plugin-flexible-alerts": "^1.0.3", "gitbook-plugin-insert-logo": "^0.1.5", "gitbook-plugin-search-pro": "^2.0.2", "gitbook-plugin-tbfed-pagefooter": "^0.0.1", "gulp": "^4.0.0", "gulp-babel": "^8.0.0", "gulp-clean-css": "^4.0.0", "gulp-cli": "^2.1.0", "gulp-htmlmin": "^5.0.1", "gulp-replace": "^1.0.0", "gulp-uglify": "^3.0.2" } }