forked from sahat/hackathon-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.69 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
{
"name": "hackathon-starter",
"version": "2.3.2",
"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.6.4",
"cheerio": "^0.17.0",
"clockwork": "^0.1.1",
"compression": "^1.0.11",
"connect-assets": "^4.3.0",
"connect-mongo": "^0.4.1",
"cookie-parser": "^1.3.2",
"csso": "^1.3.11",
"errorhandler": "^1.1.1",
"express": "^4.8.4",
"express-flash": "^0.0.2",
"express-session": "^1.7.5",
"express-validator": "^2.3.0",
"fbgraph": "^0.2.10",
"github-api": "^0.7.0",
"instagram-node": "^0.4.3",
"jade": "^1.5.0",
"lastfm": "^0.9.2",
"less": "^1.7.4",
"lodash": "^2.4.1",
"lusca": "^1.0.1",
"method-override": "^2.1.3",
"mongoose": "^3.8.14",
"morgan": "^1.2.2",
"node-foursquare": "^0.2.1",
"node-linkedin": "^0.3.2",
"nodemailer": "^1.1.1",
"passport": "^0.2.0",
"passport-facebook": "^1.0.3",
"passport-github": "^0.1.5",
"passport-google-oauth": "^0.1.5",
"passport-instagram": "^0.1.2",
"passport-linkedin-oauth2": "^1.1.1",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-twitter": "^1.0.2",
"request": "^2.40.0",
"stripe": "^2.8.0",
"tumblr.js": "^0.0.4",
"twilio": "^1.6.0",
"twit": "^1.1.18",
"uglify-js": "^2.4.15",
"validator": "^3.17.0",
"yui": "^3.17.2"
},
"devDependencies": {
"blessed": "^0.0.37",
"chai": "^1.9.1",
"mocha": "^1.21.4",
"multiline": "^0.3.4",
"supertest": "^0.13.0"
}
}