-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.11 KB
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
{
"name": "webshop1",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node --harmony ./bin/www"
},
"dependencies": {
"babel-preset-es2015": "^6.22.0",
"babel-register": "^6.22.0",
"bcrypt-nodejs": "0.0.3",
"bitpay-node": "0.0.4",
"body-parser": "~1.15.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.4.3",
"csurf": "^1.9.0",
"debug": "~2.2.0",
"express": "~4.14.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.0",
"express-validator": "^3.1.2",
"handlebars-dateformat": "^1.0.1",
"handlebars-helpers": "^0.8.0",
"hbs": "~4.0.1",
"i18n": "^0.8.3",
"mailcomposer": "^4.0.1",
"mailgun-js": "^0.8.2",
"money": "^0.2.0",
"mongoose": "^4.8.1",
"mongoose-paginate": "^5.0.3",
"morgan": "~1.7.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"paypal-rest-sdk": "^1.7.1",
"serve-favicon": "~2.3.0",
"stripe": "^4.15.0",
"superagent": "^3.5.0",
"uuid": "^3.0.1"
}
}