-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.25 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
{
"name": "hackathon-starter",
"version": "3.5.0",
"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.0-rc.3",
"bcrypt": "^0.8.6",
"bcrypt-nodejs": "^0.0.3",
"bitgo": "1.4.0",
"bluebird": "^3.4.0",
"body-parser": "^1.15.0",
"clockwork": "^0.1.0",
"compression": "^1.6.1",
"dotenv": "^2.0.0",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"express-flash": "^0.0.2",
"express-session": "^1.13.0",
"express-validator": "^2.20.3",
"fbgraph": "^1.1.0",
"ioredis": "^1.15.1",
"lastfm": "^0.9.2",
"lob": "^3.9.0",
"lodash": "^4.11.1",
"morgan": "^1.7.0",
"multer": "^1.1.0",
"node-sass-middleware": "^0.9.8",
"node-static": "^0.7.7",
"nodemailer": "^2.3.2",
"randomstring": "^1.1.4",
"request": "^2.72.0",
"sendgrid": "^2.0.0",
"sns-mobile": "^1.3.0",
"socket.io": "^1.4.5",
"sockjs": "^0.3.16",
"underscore": "^1.8.3",
"validator": "^5.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"supertest": "^1.2.0"
},
"license": "MIT"
}