package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "o2oa_web",
  3. "version": "1.1.7",
  4. "description": "a javascript library",
  5. "main": "o2.js",
  6. "scripts": {
  7. "build": "gulp",
  8. "test": "karma start source/x_test/karma.FindDesigner.js --auto-watch"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/huqi1980/o2oa_client_web.git"
  13. },
  14. "keywords": [
  15. "oa",
  16. "office",
  17. "workflow",
  18. "process",
  19. "cms",
  20. "bpm",
  21. "portal"
  22. ],
  23. "author": "Tommy-O2OA",
  24. "license": "AGPL-3.0",
  25. "bugs": {
  26. "url": "https://github.com/huqi1980/o2oa_client_web/issues"
  27. },
  28. "homepage": "https://github.com/huqi1980/o2oa_client_web#readme",
  29. "devDependencies": {
  30. "@o2oa/language-tools": "^1.0.15",
  31. "@o2oa/tidy-jsdoc-o2": "latest",
  32. "glob": "^10.3.10",
  33. "gulp": "^4.0.0",
  34. "gulp-changed": "^3.2.0",
  35. "gulp-cli": "^2.3.0",
  36. "gulp-concat": "^2.6.1",
  37. "gulp-deleted": "^1.0.0",
  38. "gulp-ftp": "^1.1.0",
  39. "gulp-git": "^2.10.1",
  40. "gulp-if": "^2.0.2",
  41. "gulp-o2oa-asset-rev": "^0.0.19",
  42. "gulp-rename": "^1.4.0",
  43. "gulp-sftp-up4": "^0.1.8",
  44. "gulp-shell": "^0.8.0",
  45. "gulp-sourcemaps": "^3.0.0",
  46. "gulp-tm-uglify": "3.0.1",
  47. "gulp-terser": "^2.1.0",
  48. "gulp-uglify-es": "^2.0.0",
  49. "jasmine-core": "^3.6.0",
  50. "jsdoc": "^3.6.6",
  51. "karma": "^5.2.3",
  52. "karma-chrome-launcher": "^3.1.0",
  53. "karma-coverage": "^2.0.3",
  54. "karma-ie-launcher": "^1.0.0",
  55. "karma-jasmine": "^4.0.1",
  56. "merge-stream": "^1.0.1",
  57. "minimist": "^1.2.0",
  58. "readline-sync": "^1.4.10"
  59. }
  60. }