Install passport

This commit is contained in:
Ben Ramey
2014-06-10 18:26:54 -05:00
parent 8cf232ec30
commit f25f96e278
2 changed files with 3 additions and 2 deletions

0
config/passport.js Normal file
View File

View File

@@ -1,5 +1,5 @@
{ {
"name": "Prandium", "name": "lunchrun.me",
"private": true, "private": true,
"version": "1.0.1", "version": "1.0.1",
"description": "Lunch runs made easy!", "description": "Lunch runs made easy!",
@@ -24,7 +24,8 @@
"grunt-contrib-less": "~0.9.0", "grunt-contrib-less": "~0.9.0",
"grunt-contrib-coffee": "~0.10.1", "grunt-contrib-coffee": "~0.10.1",
"grunt-sails-linker": "~0.9.5", "grunt-sails-linker": "~0.9.5",
"grunt-contrib-jade": "~0.10.0" "grunt-contrib-jade": "~0.10.0",
"passport": "0.2.0"
}, },
"scripts": { "scripts": {
"start": "node app.js", "start": "node app.js",