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": {
"async": "^0.7.0",
"bcrypt-nodejs": "^0.0.3",
"cheerio": "^0.15.0",
"clockwork": "^0.1.1",
"connect-assets": "^3.0.0-beta2",
"connect-mongo": "^0.4.0",
"csso": "^1.3.11",
2014-04-12 15:44:16 +00:00
"express": "^4.0.0",
"express-flash": "^0.0.2",
"express-validator": "^2.1.1",
"fbgraph": "^0.2.10",
"github-api": "^0.7.0",
"jade": "^1.3.0",
"lastfm": "^0.9.0",
"less": "^1.7.0",
"mongoose": "^3.8.8",
"node-foursquare": "^0.2.0",
"node-linkedin": "^0.1.5",
"nodemailer": "^0.6.1",
"passport": "^0.2.0",
"passport-facebook": "^1.0.3",
"passport-github": "^0.1.5",
"passport-google-oauth": "^0.1.5",
"passport-linkedin-oauth2": "^1.1.1",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-twitter": "^1.0.2",
"paypal-rest-sdk": "^0.7.0",
"request": "^2.34.0",
"tumblr.js": "^0.0.4",
"twilio": "^1.6.0",
"twit": "^1.1.12",
"underscore": "^1.6.0",
"uglify-js": "^2.4.12",
"validator": "^3.8.0"
2014-02-25 05:58:35 +00:00
},
"devDependencies": {
"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
}