houzhongjian
2024-07-11 759b1c71011abd6b58c37d2566f3f3c208c2f1b2
提交 | 用户 | 时间
759b1c 1 {
H 2   "name": "form-gen-tinymce",
3   "version": "1.0.0",
4   "description": "富文本编辑器tinymce的一个vue版本封装。使用cdn动态脚本引入的方式加载。",
5   "main": "lib/form-gen-tinymce.umd.js",
6   "directories": {
7     "example": "example"
8   },
9   "scripts": {
10     "test": "echo \"Error: no test specified\" && exit 1"
11   },
12   "repository": {
13     "type": "git",
14     "url": "git+https://github.com/JakHuang/form-generator.git"
15   },
16   "keywords": [
17     "tinymce-vue"
18   ],
19   "dependencies": {
20     "throttle-debounce": "^2.1.0"
21   },
22   "author": "jakHuang",
23   "license": "MIT",
24   "bugs": {
25     "url": "https://github.com/JakHuang/form-generator/issues"
26   },
27   "homepage": "https://github.com/JakHuang/form-generator/blob/dev/src/components/tinymce"
28 }