Skip to content

Commit

Permalink
adding project-wide package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jpf committed Feb 18, 2012
1 parent 2979e38 commit 6aeb7fb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "node-bootcamp-dependencies"
, "version": "0.0.1"
, "private": true
, "dependencies": {
"cookies":"0.2.1",
"slang":"0.2.0",
"azure":"0.5.1",
"formidable":"1.0.9",
"querystring":"0.1.0",
"socket.io":"0.8.7",
"node-uuid":"1.3.3"
}
}

0 comments on commit 6aeb7fb

Please sign in to comment.