socket.io-stream
Version:
stream for socket.io
47 lines (46 loc) • 961 B
JSON
{
"name": "socket.io-stream",
"version": "0.9.1",
"description": "stream for socket.io",
"author": "Naoyuki Kanezawa <naoyuki.kanezawa@gmail.com>",
"contributors": [
{
"name": "Naoyuki Kanezawa",
"email": "naoyuki.kanezawa@gmail.com"
},
{
"name": "Aaron O'Mullan",
"email": "aaron.omullan@friendco.de"
}
],
"keywords": [
"stream",
"socket.io",
"binary",
"file",
"upload",
"download"
],
"repository": {
"type": "git",
"url": "git://github.com/nkzawa/socket.io-stream.git"
},
"scripts": {
"prepublish": "make build",
"test": "make test"
},
"dependencies": {
"component-bind": "~1.0.0",
"debug": "~2.2.0"
},
"devDependencies": {
"blob": "0.0.4",
"browserify": "~13.1.0",
"expect.js": "~0.3.1",
"mocha": "~3.0.2",
"socket.io": "~1.4.8",
"socket.io-client": "~1.4.8",
"zuul": "~3.11.1",
"zuul-ngrok": "~4.0.0"
}
}