package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "wangeditor",
  3. "title": "wangEditor",
  4. "version": "2.1.22",
  5. "description": "wangEditor - 基于javascript和css开发的 Web富文本编辑器, 轻量、简洁、易用、开源免费",
  6. "homepage": "http://wangeditor.github.io/",
  7. "author": {
  8. "name": "wangfupeng1988",
  9. "url": "https://github.com/wangfupeng1988"
  10. },
  11. "keywords": [
  12. "wangEditor",
  13. "富文本编辑器"
  14. ],
  15. "main": "dist/js/wangEditor.js",
  16. "maintainers": [
  17. {
  18. "name": "wangfupeng1988",
  19. "web": "http://www.cnblogs.com/wangfupeng1988/default.html?OnlyTitle=1",
  20. "mail": "wangfupeng1988@163.com"
  21. }
  22. ],
  23. "repositories": [
  24. {
  25. "type": "git",
  26. "url": "https://github.com/wangfupeng1988/wangEditor"
  27. }
  28. ],
  29. "devDependencies": {
  30. "grunt": "^0.4.5",
  31. "grunt-contrib-concat": "^0.5.1",
  32. "grunt-contrib-copy": "^0.8.1",
  33. "grunt-contrib-cssmin": "^0.12.3",
  34. "grunt-contrib-jshint": "^0.11.2",
  35. "grunt-contrib-less": "^1.0.1",
  36. "grunt-contrib-uglify": "^0.9.1",
  37. "grunt-contrib-watch": "^0.6.1"
  38. },
  39. "dependencies": {
  40. "jquery": "^2.2.3"
  41. }
  42. }