stalk-js-webrtc
Version:
S-Talk web-rtc javascript client implementation.
28 lines • 681 B
JSON
{
"name": "stalk-js-webrtc",
"version": "0.0.1-next10",
"description": "S-Talk web-rtc javascript client implementation.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"S-Talk"
],
"author": "nattapon.r <nattapon.r@live.com>",
"license": "ISC",
"dependencies": {
"detectrtc": "^1.3.5",
"events": "^1.1.1",
"getstats": "^1.0.5",
"socket.io-client": "1.5.1",
"tracking": "^1.1.3",
"webrtc-adapter": "^5.0.3"
},
"devDependencies": {
"@types/es6-shim": "^0.31.35",
"@types/node": "^8.0.26",
"@types/socket.io-client": "^1.4.30",
"tslint": "^5.7.0"
}
}