xm
2024-06-14 722af26bc6fec32bb289b1df51a9016a4935610f
提交 | 用户 | 时间
722af2 1 {
X 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 }