71 lines
1.4 KiB
JSON
71 lines
1.4 KiB
JSON
{
|
|
"name": "socket.io",
|
|
"version": "0.9.12",
|
|
"description": "Real-time apps made cross-browser & easy with a WebSocket-like API",
|
|
"homepage": "http://socket.io",
|
|
"keywords": [
|
|
"websocket",
|
|
"socket",
|
|
"realtime",
|
|
"socket.io",
|
|
"comet",
|
|
"ajax"
|
|
],
|
|
"author": {
|
|
"name": "Guillermo Rauch",
|
|
"email": "guillermo@learnboost.com"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/LearnBoost/socket.io.git"
|
|
},
|
|
"dependencies": {
|
|
"socket.io-client": "0.9.11",
|
|
"policyfile": "0.0.4",
|
|
"redis": "0.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"expresso": "0.9.2",
|
|
"should": "*",
|
|
"benchmark": "0.2.2",
|
|
"microtime": "0.1.3-1",
|
|
"colors": "0.5.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"redis": "0.7.3"
|
|
},
|
|
"main": "index",
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"_id": "socket.io@0.9.12",
|
|
"_engineSupported": true,
|
|
"_npmVersion": "1.1.21",
|
|
"_nodeVersion": "v0.6.18",
|
|
"_defaultsLoaded": true,
|
|
"dist": {
|
|
"shasum": "f1e52c14182af7aa5511303d6f6f475ff222e70a"
|
|
},
|
|
"_from": "socket.io@0.9.12"
|
|
}
|