Skip to content

Commit

Permalink
Updated the package.json, added more keywords. Added repo and fixed t…
Browse files Browse the repository at this point in the history
…he engine requirement or it will not work with future node versions.
  • Loading branch information
3rd-Eden committed May 7, 2011
1 parent ece9b12 commit 3a5ab76
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
"name": "socket.io-node"
, "version": "0.7.0"
, "description": "Realtime apps made cross-browser & easy with a WebSocket-like API"
, "keywords": ["websocket", "socket", "realtime"]
, "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"]
, "author": "Guillermo Rauch <[email protected]>"
, "contributors": [
{ "name": "Guillermo Rauch", "email": "[email protected]" }
, { "name": "Arnout Kazemier", "email": "[email protected]" }
]
, "repository":{
"type": "git"
, "url": "https://github.com/LearnBoost/Socket.IO-node.git"
}
, "dependencies": {}
, "main": "index"
, "engines": { "node": "0.4.x" }
, "engines": { "node": ">= 0.4.0" }
}

0 comments on commit 3a5ab76

Please sign in to comment.