package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. "gulp": "^4.0.0",
  31. "gulp-changed": "^3.2.0",
  32. "gulp-cli": "^2.3.0",
  33. "gulp-concat": "^2.6.1",
  34. "gulp-deleted": "^1.0.0",
  35. "gulp-ftp": "^1.1.0",
  36. "gulp-git": "^2.10.1",
  37. "gulp-if": "^2.0.2",
  38. "gulp-rename": "^1.4.0",
  39. "gulp-sftp-up4": "^0.1.8",
  40. "gulp-shell": "^0.8.0",
  41. "gulp-tm-asset-rev": "^0.0.18",
  42. "gulp-tm-uglify": "3.0.1",
  43. "gulp-uglify-es": "^2.0.0",
  44. "jasmine-core": "^3.6.0",
  45. "jsdoc": "^3.6.6",
  46. "karma": "^5.2.3",
  47. "karma-chrome-launcher": "^3.1.0",
  48. "karma-coverage": "^2.0.3",
  49. "karma-ie-launcher": "^1.0.0",
  50. "karma-jasmine": "^4.0.1",
  51. "merge-stream": "^1.0.1",
  52. "minimist": "^1.2.0",
  53. "readline-sync": "^1.4.10",
  54. "@o2oa/tidy-jsdoc-o2": "latest"
  55. }
  56. }