pull/23/head
Pontus Persson 2017-12-08 08:28:59 +01:00
parent 4f4c071693
commit b4e8e48abd
1 changed files with 24 additions and 0 deletions

24
package.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "WebRTC-Example",
"version": "1.0.0",
"description": "An 'as simple as it gets' WebRTC example.",
"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": "ISC",
"bugs": {
"url": "https://github.com/shanet/WebRTC-Example/issues"
},
"homepage": "https://github.com/shanet/WebRTC-Example#readme",
"dependencies": {
"ws": "^3.3.2"
}
}