Skip to content

Instantly share code, notes, and snippets.

@smoak
Created December 21, 2011 00:23
Show Gist options
  • Save smoak/1503938 to your computer and use it in GitHub Desktop.
Save smoak/1503938 to your computer and use it in GitHub Desktop.
BeerAndCodeSeattle diff
diff --git a/package.json b/package.json
index faa6f57..545b39d 100644
--- a/package.json
+++ b/package.json
@@ -3,12 +3,16 @@
"version": "0.0.1",
"private": true,
"dependencies": {
- "express": "2.3.12",
+ "express": "*",
"jade": ">= 0.0.1",
"stylus": ">= 0.13.4",
"mongoose": ">= 1.4.0",
"mongoose-auth": ">= 0.0.1",
+ "mongoose-types": "*",
"underscore": ">= 1.1.6",
- "markdown": ">= 0.2.1"
+ "markdown": ">= 0.2.1",
+ "everyauth": "*",
+ "bcrypt": "*",
+ "mkdirp": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment