package.json 960 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "ueditor",
  3. "title": "ueditor",
  4. "description": "UEditor富文本web编辑器",
  5. "version": "2.0.0",
  6. "homepage": "http://ueditor.baidu.com/",
  7. "author": {
  8. "name": "f-cube @ FEX",
  9. "url": "http://fex.baidu.com"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/fex-team/ueditor.git"
  14. },
  15. "keywords": [
  16. "ueditor",
  17. "web editor",
  18. "javascript",
  19. "rich editor"
  20. ],
  21. "bugs": {
  22. "url": "https://github.com/fex-team/ueditor/issues"
  23. },
  24. "dependencies": {
  25. "grunt": "~0.4.1",
  26. "grunt-contrib-clean": "~0.5.0",
  27. "grunt-contrib-concat": "~0.3.0",
  28. "grunt-contrib-copy": "~0.4.0",
  29. "grunt-contrib-cssmin": "~0.6.0",
  30. "grunt-contrib-uglify": "^1.0.1",
  31. "grunt-text-replace": "~0.3.9",
  32. "grunt-transcoding": "~0.1.1"
  33. },
  34. "devDependencies": {
  35. "grunt": "~0.4.1"
  36. }
  37. }