package.json 761 B

12345678910111213141516171819202122232425262728
  1. {
  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. }