Skip to content

Commit

Permalink
Tnx Ryan
Browse files Browse the repository at this point in the history
  • Loading branch information
benzenwen committed Mar 26, 2012
1 parent 341a0dd commit eec37a9
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions package.json
@@ -1,13 +1,14 @@
{
"name": "TractorPush",
"description" : "A Node.js, socket.io, and MongoDB tailed cursor push demo.",
"dependencies": {
"mongodb": ">=0.9.9",
"socket.io" : "" },
"engines" : {
"node" : ">=0.6.10"},
"keywords" : ["mongodb", "mongo", "mongolab", "node.js", "node", "socket.io", "WebSockets"],
"version": "0.9.0",
"author" : "Ben Wen",
"contributors" : {"mongodb - node.js driver" : "Christian Amor Kvalheim <christkv@gmail.com>, et. al."}
"name": "TractorPush",
"description" : "A Node.js, socket.io, and MongoDB tailed cursor push demo.",
"dependencies": {
"mongodb": ">=0.9.9",
"socket.io" : "" },
"engines" : {
"node" : ">=0.6.10"},
"keywords" : ["mongodb", "mongo", "mongolab", "node.js", "node", "socket.io", "WebSockets"],
"version": "0.9.0",
"author" : "Ben Wen",
"contributors" : {"mongodb - node.js driver" : "Christian Amor Kvalheim <christkv@gmail.com>, et. al.",
"numerous valuable additions" : "Ryan Daigle, Heroku"}
}

0 comments on commit eec37a9

Please sign in to comment.