bower.json 596 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "webrtc-adapter",
  3. "description": "A shim to insulate apps from WebRTC spec changes and browser prefix differences",
  4. "license": "BSD-3-Clause",
  5. "main": "./release/adapter.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/webrtchacks/adapter.git"
  9. },
  10. "authors": [
  11. "The WebRTC project authors (https://www.webrtc.org/)",
  12. "The adapter.js project authors (https://github.com/webrtchacks/adapter/)"
  13. ],
  14. "moduleType": [
  15. "node"
  16. ],
  17. "ignore": [
  18. "test/*"
  19. ],
  20. "keywords": [
  21. "WebRTC",
  22. "RTCPeerConnection",
  23. "getUserMedia"
  24. ]
  25. }