-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.25 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
51
52
{
"name": "ISN",
"version": "1.0.0",
"description": "",
"main": "app",
"scripts": {
"test": "nodemon app",
"start": "node app"
},
"contributors": [
{
"name": "Diogo S. Nogueira",
"url": "https://github.com/diogoesnog"
},
{
"name": "Mateus Silva",
"url": "https://github.com/mateussilva98"
},
{
"name": "Miguel R. Solans",
"url": "https://github.com/miguelsolans"
}
],
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"bcryptjs": "^2.4.3",
"colors": "^1.4.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"ejs": "^2.7.1",
"express": "^4.17.1",
"express-session": "^1.17.0",
"flash": "^1.1.0",
"http-errors": "^1.7.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.7.7",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"nodemailer": "^6.4.2",
"nodemon": "^1.19.4",
"passport": "^0.4.0"
},
"nodemonConfig": {
"verbose": true,
"ignore": [
"app/public/*"
]
}
}