socket.io-controllers
Version:
Use ES6 Class with Socket.IO
36 lines (35 loc) • 813 B
JSON
{
"name": "socket.io-controllers",
"version": "1.1.0",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"socket.io",
"es6-class",
"socket.io-controllers",
"socket-controller"
],
"repository": {
"type": "git",
"url": "https://github.com/BruceHem/socket.io-controllers.git"
},
"author": "Bruce Hem <bruce.hem@pathmazing.com>",
"license": "MIT",
"dependencies": {
"@types/debug": "0.0.30",
"@types/lodash": "^4.14.73",
"@types/node": "^8.0.24",
"@types/socket.io": "^1.4.29",
"debug": "^3.0.0",
"lodash": "^4.17.4",
"socket.io": "^2.0.3"
},
"devDependencies": {
"tslint": "^5.6.0",
"typescript": "^2.4.2"
}
}