Files
socket.io/package.json
2014-03-01 08:55:05 -08:00

49 lines
958 B
JSON

{
"name": "socket.io",
"version": "1.0.0",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
"framework",
"websocket",
"tcp",
"events",
"socket",
"io"
],
"scripts": {
"test": "make test"
},
"dependencies": {
"engine.io": "LearnBoost/engine.io#f071471",
"socket.io-parser": "2.1.0",
"socket.io-client": "LearnBoost/socket.io-client#c7ac415",
"has-binary-data": "0.1.0",
"debug": "0.7.4"
},
"devDependencies": {
"mocha": "*",
"expect.js": "*",
"supertest": "*",
"istanbul": "0.2.3"
},
"contributors": [
{
"name": "Guillermo Rauch",
"email": "rauchg@gmail.com"
},
{
"name": "Arnout Kazemier",
"email": "info@3rd-eden.com"
},
{
"name": "Vladimir Dronnikov",
"email": "dronnikov@gmail.com"
},
{
"name": "Einar Otto Stangvik",
"email": "einaros@gmail.com"
}
]
}