vue-ckeditor2
Version:
Ckeditor 4 using with Vue.js
46 lines (45 loc) • 999 B
JSON
{
"name": "vue-ckeditor2",
"version": "2.1.5",
"description": "Ckeditor 4 using with Vue.js",
"author": "Dang Van Thanh <dangvanthanh@dangthanh.org>",
"main": "dist/vue-ckeditor2.cjs.js",
"module": "dist/vue-ckeditor2.esm.js",
"unpkg": "dist/vue-ckeditor2.umd.js",
"scripts": {
"build": "bili src/index.js --bundle-node-modules"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,json,vue},!dist/*.js": [
"prettier --write",
"git add"
]
},
"peerDependencies": {
"vue": ">= 2",
"ckeditor": ">= 4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dangvanthanh/vue-ckeditor2.git"
},
"keywords": [
"vue",
"ckeditor",
"vue-ckeditor"
],
"license": "MIT",
"devDependencies": {
"bili": "4.4.0",
"husky": "1.3.1",
"lint-staged": "8.1.5",
"prettier": "1.16.4",
"rollup-plugin-vue": "4.7.2",
"vue-template-compiler": "2.6.8"
}
}