-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 931 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
{
"name": "fakeshop",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.17.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.4.3",
"csurf": "^1.9.0",
"debug": "~2.6.3",
"express": "~4.15.2",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.2",
"express-validator": "^3.1.3",
"googleapis": "^19.0.0",
"gravatar": "^1.6.0",
"hbs": "~4.0.1",
"moment": "^2.18.1",
"mongoose": "^4.9.3",
"morgan": "~1.8.1",
"passport": "^0.3.2",
"passport-google-oauth2": "^0.1.6",
"passport-google-oauth20": "^1.0.0",
"passport-google-plus": "^0.5.1",
"passport-local": "^1.0.0",
"query-string": "^4.3.2",
"serve-favicon": "~2.4.2",
"shortid": "^2.2.8",
"stripe": "^4.17.1",
"url": "^0.11.0"
}
}