-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "hackathon-starter",
"version": "3.0.1",
"repository": {
"type": "git",
"url": "https://github.com/sahat/hackathon-starter.git"
},
"scripts": {
"start": "node app.js",
"test": "mocha"
},
"dependencies": {
"async": "^0.9.0",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.12.0",
"bower": "^1.4.1",
"cheerio": "^0.18.0",
"clockwork": "^0.1.1",
"compression": "^1.4.1",
"connect-assets": "^4.6.0",
"connect-mongo": "^0.7.0",
"cookie-parser": "^1.3.4",
"csso": "^1.3.11",
"errorhandler": "^1.3.4",
"express": "^4.12.2",
"express-flash": "^0.0.2",
"express-session": "^1.10.3",
"express-validator": "^2.8.0",
"fast-csv": "^0.6.0",
"fbgraph": "^0.3.0",
"github-api": "^0.10.3",
"gulp": "^3.9.0",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.3.3",
"instagram-node": "^0.5.6",
"jade": "^1.9.2",
"lastfm": "^0.9.2",
"less": "^2.4.0",
"lob": "^2.9.3",
"lodash": "^3.5.0",
"lusca": "^1.0.2",
"method-override": "^2.3.1",
"migrate": "^0.2.0",
"mongoose": "^4.1.0",
"mongoose-paginate": "^3.1.3",
"morgan": "^1.5.1",
"multer": "^0.1.8",
"node-foursquare": "^0.3.0",
"node-linkedin": "^0.3.6",
"nodemailer": "^1.3.2",
"ordrin-api": "^1.0.2",
"passport": "^0.2.1",
"passport-facebook": "^2.0.0",
"passport-github": "^0.1.5",
"passport-google-oauth": "^0.2.0",
"passport-instagram": "^0.1.2",
"passport-linkedin-oauth2": "^1.2.1",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-twitter": "^1.0.3",
"paypal-rest-sdk": "^1.5.1",
"request": "^2.53.0",
"stripe": "^3.3.2",
"tumblr.js": "^0.0.4",
"twilio": "^1.11.1",
"twit": "^1.1.20",
"uglify-js": "^2.4.17",
"validator": "^3.33.0",
"yui": "^3.18.1"
},
"devDependencies": {
"blessed": "^0.0.49",
"chai": "^2.1.1",
"mocha": "^2.2.1",
"multiline": "^1.0.2",
"supertest": "^0.15.0"
}
}