package.json 593 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "MultiWebRTC",
  3. "description": "Example of multi user webrtc",
  4. "version": "0.0.1-31",
  5. "engines": {
  6. "node": ">= 0.6.0"
  7. },
  8. "dependencies": {
  9. "webrtc.io": "latest",
  10. "express": "2.5.1"
  11. },
  12. "subdomain": "MultiWebRTC",
  13. "scripts": {
  14. "start": "example/server.js"
  15. },
  16. "author": "Ben Brittain",
  17. "contributors": [
  18. {
  19. "name": "Ben Brittain",
  20. "email": "ben@brittain.org"
  21. },
  22. {
  23. "name": "Dennis MÃ¥rtensson",
  24. "email": "me@dennis.is"
  25. },
  26. {
  27. "name": "David Peter",
  28. "email": "david.a.peter@gmail.com"
  29. }
  30. ]
  31. }