-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.19 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
{
"name": "wolfplay",
"version": "0.0.0",
"engines": {
"node": "8.10.0"
},
"private": true,
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www"
},
"dependencies": {
"@sendgrid/mail": "^6.2.1",
"async": "^2.6.0",
"bcrypt": "^3.0.2",
"body-parser": "^1.18.2",
"complex.js": "^2.0.10",
"compression": "^1.7.2",
"cookie-parser": "^1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"express-validator": "^5.2.0",
"helmet": "^3.22.0",
"http-errors": "~1.6.2",
"mathjs": "^4.4.1",
"mongoose": "^5.9.13",
"morgan": "^1.9.1",
"nodemailer": "^4.6.4",
"npm": "^6.14.5",
"pug": "^2.0.4",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"nodemon": "^2.0.3"
},
"description": "Demo http://thechiefcorner.com",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Andresrodart/WolfPlay.git"
},
"author": "Andrésrodart",
"license": "ISC",
"bugs": {
"url": "https://github.com/Andresrodart/WolfPlay/issues"
},
"homepage": "https://github.com/Andresrodart/WolfPlay#readme"
}