-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "Your-Digital-Closet",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/izzydavid/Your-Digital-Closet.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/izzydavid/Your-Digital-Closet/issues"
},
"homepage": "https://github.com/izzydavid/Your-Digital-Closet#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"es6": "0.0.7",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
"express-handlebars": "^6.0.2",
"express-session": "^1.17.0",
"glob-parent": "^5.1.2",
"middleware": "^1.0.0",
"moment": "^2.24.0",
"mysql": "^2.18.1",
"mysql2": "^1.7.0",
"nodemon": "^2.0.4",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"sequelize": "^6.11.0",
"uuid": "^8.3.2",
"validator": "^13.7.0"
}
}