socket-signaler-client
Version:
Client for SocketIO WebRTC streaming webcam chatrooms
38 lines • 944 B
JSON
{
"name": "socket-signaler-client",
"version": "0.2.6",
"description": "Client for SocketIO WebRTC streaming webcam chatrooms",
"main": "dist/signaler-client.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mcmouse/socketio-signaler.git"
},
"keywords": [
"socket.io",
"webrtc",
"webcam",
"streaming",
"peerconnection"
],
"author": "Tom Lagier",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcmouse/socketio-signaler/issues"
},
"homepage": "https://github.com/mcmouse/socketio-signaler",
"dependencies": {
"socket.io-client": "^1.3.3",
"wolfy87-eventemitter": "^4.2.11"
},
"devDependencies": {
"browserify": "^8.1.3",
"gulp": "^3.8.11",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"uglifyify": "^3.0.1",
"vinyl-source-stream": "^1.0.0"
}
}