freeCodeCamp/package.json

34 lines
707 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",
2013-11-13 23:09:22 +00:00
"version": "1.0.0",
"dependencies": {
2013-11-27 04:54:36 +00:00
"async": "*",
"bcrypt": "*",
2013-12-07 22:27:27 +00:00
"cheerio": "*",
"connect-flash": "*",
2013-11-27 04:54:36 +00:00
"express": "*",
"forever": "*",
"github-api": "*",
2013-12-07 02:41:59 +00:00
"request": "*",
2013-11-27 04:54:36 +00:00
"geoip-lite": "*",
"jade": "*",
2013-12-09 21:57:26 +00:00
"lastfm": "*",
2013-12-05 14:03:18 +00:00
"less-middleware": "*",
2013-11-27 04:54:36 +00:00
"mongoose": "*",
2013-12-07 01:17:35 +00:00
"underscore": "*",
2013-11-27 04:54:36 +00:00
"passport": "*",
2013-12-07 01:17:35 +00:00
"passport-oauth": "*",
2013-11-27 04:54:36 +00:00
"passport-local": "*",
2013-12-03 22:38:14 +00:00
"passport-github": "*",
2013-11-27 04:54:36 +00:00
"passport-facebook": "*",
2013-12-03 00:16:27 +00:00
"passport-twitter": "*",
2013-11-27 04:54:36 +00:00
"passport-google-oauth": "*",
"sendgrid": "*",
2013-12-07 01:17:35 +00:00
"tumblr.js": "*",
2013-12-10 06:53:28 +00:00
"twit": "*",
"fbgraph": "*",
2014-01-07 19:07:18 +00:00
"node-foursquare": "*",
"connect-mongo": "*"
2013-11-27 04:54:36 +00:00
}
2013-11-27 04:15:13 +00:00
}