package.json 511 B

12345678910111213141516171819202122
  1. {
  2. "name": "rich-text-tool-editor",
  3. "version": "1.0.8",
  4. "description": "富文本编辑器。1.IE浏览器不支持,2.可以自定义事件,3.加载速度不算慢",
  5. "main": "index.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "keywords": [
  13. "richText",
  14. "richHtml",
  15. "文章",
  16. "富文本",
  17. "富文本编辑器",
  18. "样式排版"
  19. ],
  20. "author": "只要有爱就没问题了",
  21. "license": "ISC"
  22. }