Skip to content

Commit

Permalink
added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dzincolorado committed Aug 19, 2012
1 parent 6aba34e commit 17dcb6b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
@@ -0,0 +1,16 @@
{
"name": "Node and web sockets",
"version": "0.0.1",
"dependencies":
{
"express": ">= 2.5.10",
"passport": ">= 0.0.0",
"passport-twitter": ">= 0.0.0",
"mongojs": ">= 0.3.2"
},
"engines":
{
"node": ">= 0.6.14",
"npm": ">= 1.0.0"
}
}

0 comments on commit 17dcb6b

Please sign in to comment.