webrtc-signal-http-peer-identification
Version:
An extension for the webrtc-signal-http package that identifies servers and clients
37 lines (36 loc) • 933 B
JSON
{
"name": "webrtc-signal-http-peer-identification",
"version": "1.1.1",
"description": "An extension for the webrtc-signal-http package that identifies servers and clients",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KanishkT123/webrtc-signal-http-peer-identification.git"
},
"keywords": [
"signalling",
"server",
"3dtoolkit",
"CSE"
],
"author": "Kanishk Tantia",
"license": "MIT",
"bugs": {
"url": "https://github.com/KanishkT123/webrtc-signal-http-peer-identification/issues"
},
"homepage": "https://github.com/KanishkT123/webrtc-signal-http-peer-identification#readme",
"dependencies": {
"express": "^4.16.3",
"mocha": "^5.2.0",
"supertest": "^3.1.0",
"webrtc-signal-http": "^1.3.0"
},
"devDependencies": {}
}