Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "gb28181-video-agent-gateway",
  3. "version": "1.1.0",
  4. "description": "A Node.js implementation of GB28181 Video Streaming Agent Server",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "node vag.js"
  8. },
  9. "keywords": [
  10. "gb28181",
  11. "rtp",
  12. "sip",
  13. "PS"
  14. ],
  15. "author": "ntv",
  16. "license": "MIT",
  17. "dependencies": {
  18. "basic-auth-connect": "^1.0.0",
  19. "body-parser": "^1.19.0",
  20. "chalk": "^4.1.0",
  21. "dateformat": "^3.0.3",
  22. "express": "^4.17.1",
  23. "iconv-lite": "^0.6.0",
  24. "rtp-rtcp": "0.0.2",
  25. "ws": "^7.3.0",
  26. "xml2js": "^0.4.23",
  27. "uglify": "^0.1.5"
  28. },
  29. "devDependencies": {
  30. "ejs": "*",
  31. "express": "3.2.2",
  32. "grunt": "^0.4.5",
  33. "grunt-contrib-jshint": "~0.10.0",
  34. "grunt-contrib-nodeunit": "~0.4.1",
  35. "grunt-contrib-uglify-es": "^3.3.0"
  36. },
  37. "engines": {
  38. "node": ">=8.0.0"
  39. }
  40. }