-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 933 Bytes
/
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
{
"name": "stripe-node",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^1.0.3",
"bluebird": "^3.5.1",
"body-parser": "~1.18.2",
"compression": "^1.7.1",
"consolidate": "^0.14.5",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"date-diff": "^0.1.3",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.15.5",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"handlebars": "^4.0.11",
"helmet": "^3.9.0",
"jade": "~1.11.0",
"jsonwebtoken": "^8.1.0",
"lokijs": "^1.5.1",
"mongoose": "^5.0.0-rc2",
"morgan": "~1.9.0",
"node-schedule": "^1.3.0",
"nodemailer": "^4.4.1",
"pytalk": "^1.0.5",
"random-key": "^0.3.2",
"request-promise": "^4.2.2",
"sanitize-html": "^1.14.1",
"serve-favicon": "~2.4.5",
"stripe": "^5.5.0",
"swig": "^1.4.2"
}
}