socket.io-file
Version:
File uploader module for Socket.io
27 lines (26 loc) • 515 B
JSON
{
"name": "socket.io-file",
"version": "2.0.31",
"description": "File uploader module for Socket.io",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rico345100/socket.io-file"
},
"keywords": [
"WebSocket",
"Socket.io",
"binary",
"arraybuffer",
"file",
"upload"
],
"author": ".modernator",
"license": "MIT",
"dependencies": {
"mime": "^1.3.4"
}
}