dynamic.io
Version:
socket.io server subclass for dynamic hosts and namespaces
42 lines (41 loc) • 867 B
JSON
{
"name": "dynamic.io",
"version": "0.0.3",
"description": "socket.io server subclass for dynamic hosts and namespaces",
"keywords": [
"dynamic",
"virtual",
"host",
"namespace",
"realtime",
"socket",
"io"
],
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --slow 200ms --bail"
},
"repository": {
"type": "git",
"url": "git://github.com/PencilCode/dynamic.io"
},
"dependencies": {
"socket.io": "~1.2.0",
"socket.io-parser": "~2.2.2",
"socket.io-adapter": "~0.3.1",
"debug": "~0.7.4"
},
"devDependencies": {
"mocha": "1.16.2",
"expect.js": "0.3.1",
"socket.io-client": "1.2.0",
"supertest": "0.8.2",
"superagent": "0.17.0",
"istanbul": "0.2.3"
},
"contributors": [
{
"name": "David Bau",
"email": "david.bau@gmail.com"
}
]
}