Skip to content

Commit

Permalink
Changed package.json
Browse files Browse the repository at this point in the history
- added socket.io-client dependency
- added homepage
  • Loading branch information
rauchg committed Jun 7, 2011
1 parent 35e1d9b commit a456829
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
, "contributors": [
Expand All @@ -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" }
}

0 comments on commit a456829

Please sign in to comment.