migrating repo to Bodyrep org

This commit is contained in:
2013-01-19 11:23:43 -05:00
parent 31b7303f43
commit 4ea082330b
891 changed files with 142706 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "application-name"
, "version": "0.0.1"
, "private": true
, "dependencies": {
"express": ">=2.5.11"
, "jade": ">=0.0.1"
, "mongoose": ">=2.7.0"
, "async": "0.1.22"
, "request": "2.10.0"
}
}