Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
less in exact version (#6)
added sample .env file
  • Loading branch information
yhnavein committed May 12, 2016
1 parent 9fa68e6 commit c1bd124
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 22 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ node_modules
*.iml
.DS_Store
Thumbs.db

.env
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,36 +14,36 @@
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bitgo": "^0.11.67",
"bluebird": "^3.3.3",
"body-parser": "^1.15.0",
"bitgo": "^1.6.1",
"bluebird": "^3.3.5",
"body-parser": "^1.15.1",
"cheerio": "^0.20.0",
"clockwork": "^0.1.0",
"clockwork": "^0.1.4",
"compression": "^1.6.1",
"connect-assets": "^5.1.0",
"connect-assets": "^5.2.1",
"connect-pg-simple": "^3.1.0",
"cookie-parser": "^1.4.1",
"csso": "^1.5.4",
"csso": "^2.1.1",
"dotenv": "^2.0.0",
"ejs": "^2.4.1",
"ejs-mate": "^2.3.0",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"express-flash": "0.0.2",
"express-session": "^1.13.0",
"express-validator": "^2.19.1",
"express-validator": "^2.20.4",
"fbgraph": "^1.1.0",
"github-api": "^0.11.2",
"knex": "^0.10.0",
"github-api": "^1.2.1",
"knex": "^0.11.1",
"lastfm": "^0.9.2",
"less": "^2.6.0",
"lob": "^3.8.0",
"lodash": "^4.5.1",
"lusca": "^1.3.0",
"less": "2.5.1",
"lob": "^3.9.0",
"lodash": "^4.12.0",
"lusca": "^1.4.1",
"method-override": "^2.3.5",
"morgan": "^1.7.0",
"multer": "^1.1.0",
"neo-async": "^1.7.3",
"neo-async": "^1.8.2",
"node-linkedin": "^0.5.3",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
Expand All @@ -53,18 +53,18 @@
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"paypal-rest-sdk": "^1.6.8",
"pg": "^4.5.1",
"pg": "^4.5.5",
"pg-hstore": "^2.3.2",
"request": "^2.69.0",
"request": "^2.72.0",
"sendgrid": "^2.0.0",
"sequelize": "^3.19.3",
"sequelize": "^3.23.1",
"serve-favicon": "^2.3.0",
"stripe": "^4.4.0",
"toobusy-js": "^0.4.3",
"twilio": "^2.9.0",
"twit": "^2.2.2",
"stripe": "^4.6.0",
"toobusy-js": "^0.5.0",
"twilio": "^2.9.1",
"twit": "^2.2.4",
"uglify-js": "^2.6.2",
"validator": "^5.0.0",
"validator": "^5.2.0",
"yui": "^3.18.1"
},
"devDependencies": {
Expand Down
Empty file added sample.env
Empty file.

0 comments on commit c1bd124

Please sign in to comment.