package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "wangeditor",
  3. "title": "wangEditor",
  4. "version": "3.1.1",
  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. "web 富文本编辑器"
  14. ],
  15. "main": "release/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. "scripts": {
  30. "release": "gulp",
  31. "win-example": "node ./example/server/index.js",
  32. "example": "/bin/rm -rf ./example/upload-files && mkdir ./example/upload-files && npm run win-example"
  33. },
  34. "devDependencies": {
  35. "autoprefixer": "^6.7.7",
  36. "babel-plugin-external-helpers": "^6.22.0",
  37. "babel-preset-latest": "^6.24.0",
  38. "cssgrace": "^3.0.0",
  39. "formidable": "^1.1.1",
  40. "gulp": "^3.9.1",
  41. "gulp-concat": "^2.6.1",
  42. "gulp-cssmin": "^0.1.7",
  43. "gulp-less": "^3.3.0",
  44. "gulp-postcss": "^6.4.0",
  45. "gulp-rename": "^1.2.2",
  46. "gulp-replace": "^0.5.4",
  47. "gulp-sourcemaps": "^2.5.0",
  48. "gulp-uglify": "^2.1.2",
  49. "koa": "^1.2.4",
  50. "koa-bodyparser": "^2.3.0",
  51. "koa-onerror": "^3.1.0",
  52. "koa-router": "^5.4.0",
  53. "koa-static-cache": "^4.0.0",
  54. "rollup": "^0.41.6",
  55. "rollup-plugin-babel": "^2.7.1",
  56. "rollup-plugin-eslint": "^3.0.0",
  57. "rollup-plugin-node-resolve": "^3.0.0"
  58. },
  59. "dependencies": {}
  60. }