package.json 561 B

12345678910111213141516171819202122
  1. {
  2. "name": "com.unity.webrtc",
  3. "displayName": "WebRTC",
  4. "version": "3.0.0-pre.1",
  5. "unity": "2019.4",
  6. "description": "The WebRTC package provides browsers and mobile applications with Real-Time Communications (RTC) capabilities.",
  7. "keywords": [
  8. "webrtc",
  9. "web"
  10. ],
  11. "dependencies": {
  12. "com.unity.modules.jsonserialize": "1.0.0",
  13. "com.unity.editorcoroutines": "1.0.0",
  14. "com.unity.modules.audio": "1.0.0"
  15. },
  16. "samples": [{
  17. "displayName": "Example",
  18. "description": "WebRTC sample",
  19. "path": "Samples~"
  20. }
  21. ]
  22. }