freeCodeCamp/package.json

53 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": {
"async": "~0.2.10",
"bcrypt-nodejs": "~0.0.3",
"cheerio": "~0.13.1",
2014-02-21 22:29:06 +00:00
"connect-assets": "~3.0.0-beta1",
2014-02-27 16:18:08 +00:00
"connect-mongo": "~0.4.0",
"csso": "~1.3.11",
"express": "~3.4.8",
"express-flash": "~0.0.2",
"express-validator": "~1.0.1",
2014-02-11 13:41:44 +00:00
"fbgraph": "~0.2.9",
"github-api": "~0.7.0",
"jade": "~1.1.5",
"lastfm": "~0.9.0",
2014-02-11 13:41:44 +00:00
"less": "~1.6.3",
"mongoose": "~3.8.7",
"node-foursquare": "~0.2.0",
"nodemailer": "~0.6.0",
"passport": "~0.2.0",
"passport-facebook": "~1.0.2",
"passport-github": "~0.1.5",
"passport-google-oauth": "~0.1.5",
"passport-linkedin-oauth2": "~1.1.1",
"passport-local": "~0.1.6",
"passport-oauth": "~1.0.0",
"passport-twitter": "~1.0.2",
2014-02-27 16:18:08 +00:00
"paypal-rest-sdk": "~0.6.4",
2014-02-20 03:04:44 +00:00
"request": "~2.34.0",
"tumblr.js": "~0.0.4",
2014-02-27 16:18:08 +00:00
"twilio": "~1.5.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",
"validator": "~3.3.0"
2014-02-25 05:58:35 +00:00
},
"devDependencies": {
"chai": "~1.9.0",
"mocha": "~1.17.1",
"supertest": "~0.9.0"
2013-11-27 04:54:36 +00:00
}
2013-11-27 04:15:13 +00:00
}