socketio-wildcard
Version:
socket.io with a wildcard event
33 lines (32 loc) • 787 B
JSON
{
"name": "socketio-wildcard",
"version": "2.0.0",
"description": "socket.io with a wildcard event",
"main": "index.js",
"scripts": {
"test": "standard && mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/hden/socketio-wildcard.git"
},
"keywords": [
"socket.io",
"websocket"
],
"author": "Hao-kang Den <haokang.den@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hden/socketio-wildcard/issues"
},
"homepage": "https://github.com/hden/socketio-wildcard",
"devDependencies": {
"espower-loader": "^1.2.2",
"intelli-espower-loader": "^1.0.1",
"mocha": "^3.3.0",
"power-assert": "^1.4.2",
"socket.io": "^2.0.1",
"socket.io-client": "^2.0.1",
"standard": "^10.0.2"
}
}