quickwebrtc/package.json

21 lines
415 B
JSON

{
"name": "quickwebrtc",
"version": "1.0.0",
"description": "",
"main": "signaling.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.inf.re:informatic/quickwebrtc.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"connect": "^3.7.0",
"serve-static": "^1.14.1",
"socket.io": "^3.0.4"
}
}