freeCodeCamp/package.json

33 lines
831 B
JSON
Raw Normal View History

2013-11-13 17:32:22 +00:00
{
2014-01-07 19:07:18 +00:00
"name": "hackathon-starter",
"version": "0.0.0",
2013-11-13 23:09:22 +00:00
"dependencies": {
"async": "~0.2.10",
"bcrypt": "~0.7.7",
"cheerio": "~0.13.1",
"express": "~3.4.8",
"express-flash": "~0.0.2",
"express-validator": "~1.0.1",
"fbgraph": "~0.2.8",
"github-api": "~0.7.0",
"jade": "~1.1.5",
"lastfm": "~0.9.0",
"less-middleware": "~0.1.15",
"mongoose": "~3.8.5",
"node-foursquare": "~0.2.0",
"passport": "~0.2.0",
"passport-facebook": "~1.0.2",
"passport-github": "~0.1.5",
"passport-google-oauth": "~0.1.5",
"passport-local": "~0.1.6",
"passport-oauth": "~1.0.0",
"passport-twitter": "~1.0.2",
"request": "~2.33.0",
"sendgrid": "~0.4.6",
"tumblr.js": "~0.0.4",
"twit": "~1.1.12",
2014-01-27 19:34:59 +00:00
"underscore": "~1.5.2",
"paypal-rest-sdk": "~0.6.4"
2013-11-27 04:54:36 +00:00
}
2013-11-27 04:15:13 +00:00
}