freeCodeCamp/package.json

55 lines
1.3 KiB
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",
2014-02-26 11:38:33 +00:00
"repository": {
2014-02-27 16:18:08 +00:00
"type": "git",
"url": "https://github.com/sahat/hackathon-starter.git"
2014-02-26 11:38:33 +00:00
},
"scripts": {
"start": "node app.js",
2014-02-26 03:31:11 +00:00
"test": "mocha"
},
2013-11-13 23:09:22 +00:00
"dependencies": {
2014-04-07 17:48:31 +00:00
"async": "~0.7.0",
"bcrypt-nodejs": "~0.0.3",
2014-04-09 03:02:10 +00:00
"cheerio": "~0.15.0",
"clockwork": "~0.1.1",
2014-03-27 04:04:03 +00:00
"connect-assets": "~3.0.0-beta2",
2014-02-27 16:18:08 +00:00
"connect-mongo": "~0.4.0",
"csso": "~1.3.11",
2014-03-27 04:04:03 +00:00
"express": "~3.5.1",
"express-flash": "~0.0.2",
"express-validator": "~2.1.1",
2014-03-27 04:04:03 +00:00
"fbgraph": "~0.2.10",
"github-api": "~0.7.0",
2014-03-04 17:14:08 +00:00
"jade": "~1.3.0",
"lastfm": "~0.9.0",
2014-03-04 17:14:08 +00:00
"less": "~1.7.0",
2014-03-27 04:04:03 +00:00
"mongoose": "~3.8.8",
"node-foursquare": "~0.2.0",
2014-03-27 04:04:03 +00:00
"node-linkedin": "~0.1.5",
"nodemailer": "~0.6.1",
"passport": "~0.2.0",
2014-03-27 04:04:03 +00:00
"passport-facebook": "~1.0.3",
"passport-github": "~0.1.5",
"passport-google-oauth": "~0.1.5",
"passport-linkedin-oauth2": "~1.1.1",
2014-03-27 04:04:03 +00:00
"passport-local": "~1.0.0",
"passport-oauth": "~1.0.0",
"passport-twitter": "~1.0.2",
2014-04-10 21:30:05 +00:00
"paypal-rest-sdk": "~0.7.0",
2014-02-20 03:04:44 +00:00
"request": "~2.34.0",
"tumblr.js": "~0.0.4",
2014-03-06 00:42:53 +00:00
"twilio": "~1.6.0",
"twit": "~1.1.12",
2014-02-11 13:41:44 +00:00
"underscore": "~1.6.0",
2014-02-27 16:18:08 +00:00
"uglify-js": "~2.4.12",
2014-04-11 17:46:30 +00:00
"validator": "~3.8.0"
2014-02-25 05:58:35 +00:00
},
"devDependencies": {
2014-03-27 04:04:03 +00:00
"mocha": "~1.18.2",
"chai": "~1.9.1",
"supertest": "~0.10.0"
2013-11-27 04:54:36 +00:00
}
2013-11-27 04:15:13 +00:00
}