Skip to content

Commit

Permalink
Added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sridatta Thatipamala authored and Sridatta Thatipamala committed Mar 12, 2011
1 parent f120de0 commit ddac5e6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
@@ -0,0 +1,19 @@
{
"name": "now",
"description": "An easy to use real-time RPC library",
"version": "0.2.1",
"homepage": "http://nowjs.com",
"repository": "git://github.com/Flotype/now.git",
"author": "Flotype Inc. <team@flotype.com>",
"main": "lib/nowServerLib.js",
"directories": {
"lib": "lib"
},
"engines": {
"node": "*"
},
"dependencies":{
"socket.io": "0.6.16",
"node-proxy": "0.3.2"
}
}

0 comments on commit ddac5e6

Please sign in to comment.