forked from sahat/hackathon-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.73 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
{
"name": "hackathon-starter",
"version": "4.2.1",
"repository": {
"type": "git",
"url": "https://github.com/sahat/hackathon-starter.git"
},
"scripts": {
"start": "node app.js",
"test": "mocha --reporter spec --timeout 5000"
},
"dependencies": {
"async": "^2.0.1",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.15.2",
"chalk": "^1.1.3",
"cheerio": "^0.22.0",
"clockwork": "^0.1.4",
"compression": "^1.6.2",
"connect-mongo": "^1.3.2",
"dotenv": "^2.0.0",
"errorhandler": "^1.4.3",
"express": "^4.14.0",
"express-flash": "^0.0.2",
"express-session": "^1.14.1",
"express-validator": "^2.20.8",
"fbgraph": "^1.3.0",
"github": "^3.1.0",
"instagram-node": "^0.5.8",
"lastfm": "^0.9.2",
"lob": "^3.9.0",
"lodash": "^4.15.0",
"lusca": "^1.4.1",
"mongoose": "^4.6.0",
"morgan": "^1.7.0",
"multer": "^1.2.0",
"node-foursquare": "^0.3.0",
"node-linkedin": "^0.5.4",
"node-sass-middleware": "^0.9.8",
"nodemailer": "^2.6.0",
"passport": "0.3.2",
"passport-facebook": "^2.1.1",
"passport-github": "^1.1.0",
"passport-google-oauth": "^1.0.0",
"passport-instagram": "^1.0.0",
"passport-linkedin-oauth2": "^1.4.1",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-openid": "^0.4.0",
"passport-twitter": "^1.0.4",
"paypal-rest-sdk": "^1.6.9",
"pug": "^2.0.0-beta6",
"request": "^2.74.0",
"stripe": "^4.11.0",
"tumblr.js": "^1.1.1",
"twilio": "^3.3.1-edge",
"twit": "^2.2.4",
"validator": "^5.6.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.2",
"supertest": "^2.0.0"
},
"engines": {
"node": "6.1.0"
},
"license": "MIT"
}