summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-07-09 16:59:22 -0400
committerJules Laplace <jules@okfoc.us>2014-07-09 16:59:22 -0400
commitc251396987dcffa38d421303162661b68443314f (patch)
treea854c7cc80a78cbd37bdc044cf9d57f9b2e50fd0 /package.json
parente31dfa7c071b04733b2a586efb5f456dbd1fd130 (diff)
got some datamodels
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/package.json b/package.json
index 7ca5610..0861dc4 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
- "name": "postgres-test",
+ "name": "protocols",
"version": "0.0.0",
- "description": "postgres/heroku testbed",
+ "description": "protocols",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@@ -12,15 +12,17 @@
"express": "~4.5.1",
"express-session": "~1.6.4",
"passport": "~0.2.0",
- "csurf": "~1.3.0",
+ "passport-local": "~1.0.0",
+ "csurf": "~1.3.0",
"lodash": "~2.4.1",
- "pg": "~3.3.0",
"ejs": "^0.8.8",
"multer": "~0.1.0",
"body-parser": "~1.3.0",
"cookie-parser": "~1.3.2",
"method-override": "~2.1.0",
"errorhandler": "~1.1.1",
- "morgan": "~1.1.1"
+ "morgan": "~1.1.1",
+ "pg": "~3.3.0",
+ "sequelize": "~1.7.9"
}
}