12345678910111213141516171819202122 |
- {
- "name": "MultiWebRTC",
- "description": "Example of multi user webrtc",
- "version": "0.0.1-17",
- "engines": {
- "node": ">= 0.6.0"
- },
- "dependencies": {
- "socket.io": "x",
- "express": "2.5.1"
- },
- "subdomain": "MultiWebRTC",
- "scripts": {
- "start": "server.js"
- },
- "author": "Ben Brittain",
- "contributors": [
- { "name": "Ben Brittain", "email": "ben@brittain.org" }
- , { "name": "Dennis MÃ¥rtensson", "email": "me@dennis.is" }
- , { "name": "David Peter", "email": "david.a.peter@gmail.com" }
- ],
- }
|