WebRTC-Example/package.json

21 lines
456 B
JSON

{
"name": "snex-peering",
"version": "0.1.0",
"description": "A generic WebRTC library and peering server.",
"main": "index.js",
"scripts": {
"start": "node server/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shanet/WebRTC-Example.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"ws": "^3.3.2"
}
}