package.json 731 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "mediasoup-sdp-bridge",
  3. "version": "3.6.5",
  4. "description": "Node.js library to allow integration of SDP based clients with mediasoup",
  5. "contributors": [
  6. "Iñaki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)",
  7. "Juan Navarro <juan.navarro@gmx.es> (https://github.com/j1elo)"
  8. ],
  9. "homepage": "https://mediasoup.org",
  10. "license": "ISC",
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/versatica/mediasoup-sdp-bridge.git"
  14. },
  15. "funding": {
  16. "type": "opencollective",
  17. "url": "https://opencollective.com/mediasoup"
  18. },
  19. "main": "lib/index.js",
  20. "types": "lib/index.d.ts",
  21. "engines": {
  22. "node": ">=10"
  23. },
  24. "dependencies": {
  25. "mediasoup-client": "^3.6.41"
  26. }
  27. }