w-tinymce-vue
Version:
A wrapper for @tinymce/tinymce-vue.
30 lines • 679 B
JSON
{
"name": "w-tinymce-vue",
"version": "2.0.7",
"main": "dist/w-tinymce-vue.umd.js",
"dependencies": {
"@tinymce/tinymce-vue": "^3.2.6",
"tinymce": "^5.10.7",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"w-package-tools": "^1.0.75"
},
"scripts": {
"test": "mocha --parallel --timeout 60000 --experimental-modules --es-module-specifier-resolution=node",
"deploy": "gh-pages -d docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuda-lyu/w-tinymce-vue.git"
},
"keywords": [
"package",
"tool",
"tinymce",
"vue",
"wrapper"
],
"author": "yuda-lyu(semisphere)",
"license": "MIT"
}