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