暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 859B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "gb28181-video-agent-gateway",
  3. "version": "1.0.0",
  4. "description": "A Node.js implementation of GB28181 Video Streaming Agent Server",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node app.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/gb28181/vag.node.git"
  12. },
  13. "keywords": [
  14. "gb28181",
  15. "rtp",
  16. "sip",
  17. "PS"
  18. ],
  19. "author": "Yzxliu",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/gb28181/vga.node/issue"
  23. },
  24. "homepage": "https://github.com/gb28181/vga.node",
  25. "dependencies": {
  26. "basic-auth-connect": "^1.0.0",
  27. "body-parser": "^1.19.0",
  28. "chalk": "^4.1.0",
  29. "dateformat": "^3.0.3",
  30. "express": "^4.17.1",
  31. "iconv-lite": "^0.6.0",
  32. "rtp-rtcp": "0.0.2",
  33. "ws": "^7.3.0",
  34. "xml2js": "^0.4.23"
  35. },
  36. "engines": {
  37. "node": ">=8.0.0"
  38. }
  39. }