Changed package.json

- added socket.io-client dependency
- added homepage
This commit is contained in:
Guillermo Rauch
2011-06-07 19:10:14 -03:00
parent 35e1d9b0f6
commit a4568290a6

View File

@@ -2,6 +2,7 @@
"name": "socket.io"
, "version": "0.7.0"
, "description": "Realtime apps made cross-browser & easy with a WebSocket-like API"
, "homepage": "http://socket.io"
, "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"]
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "contributors": [
@@ -12,7 +13,9 @@
"type": "git"
, "url": "https://github.com/LearnBoost/Socket.IO-node.git"
}
, "dependencies": {}
, "dependencies": {
"socket.io-client": "0.7.0"
}
, "main": "index"
, "engines": { "node": ">= 0.4.0" }
}