@wearemothership/socket.io-stream
Version:
43 lines (42 loc) • 913 B
JSON
{
"name": "@wearemothership/socket.io-stream",
"version": "0.9.1+0.1.0",
"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/wearemothership.com/socket.io-stream.git"
},
"scripts": {
"prepublish": "make build",
"test": "jest --detectOpenHandles"
},
"dependencies": {
"component-bind": "~1.0.0",
"debug": "~4.3.4"
},
"devDependencies": {
"browserify": "~17.0.0",
"jest": "^28.1.2",
"socket.io": "~4.5.1",
"socket.io-client": "~4.5.1"
}
}