-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.16 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
44
45
46
47
48
49
50
51
{
"name": "game-shot",
"version": "1.1.0",
"scripts": {
"start": "nodemon app.js"
},
"dependencies": {
"aws-sdk": "^2.98.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"connect-multiparty": "^2.0.0",
"cookie-parser": "~1.4.3",
"csurf": "^1.9.0",
"debug": "~2.6.3",
"express": "^4.16.4",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.5",
"express-validator": "^3.2.1",
"handlebars": "^4.0.10",
"handlebars-intl": "^1.1.2",
"hbs": "~4.0.1",
"mongoose": "^4.11.6",
"morgan": "^1.9.1",
"multer": "^1.3.0",
"multer-s3": "^2.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"s3fs": "^2.5.0",
"stripe": "^4.24.0"
},
"main": "app.js",
"devDependencies": {
"nodemon": "^1.18.9"
},
"keywords": [
"Javascript",
"Game-shot",
"node.js",
"express.js",
"mongodb"
],
"author": "reeversedev",
"license": "MIT",
"description": "The online game store using node.js and related stuff like express.js and mongoDb",
"engines": {
"node": "~8.9.0",
"npm": "~5.5.1"
}
}