-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.06 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.06 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
{
"name": "assingment3.2_roi_michal",
"version": "1.0.0",
"description": "308097237_312461080",
"main": "index.js",
"dependencies": {
"axios": "^0.19.2",
"bcrypt": "^4.0.1",
"client-sessions": "^0.8.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto-js": "^4.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-async-handler": "^1.1.4",
"morgan": "^1.10.0",
"mssql": "^6.2.0",
"nodemon": "^2.0.3",
"request": "^2.88.2",
"tedious": "^8.3.0",
"tedious-connection-pool": "^1.0.5"
},
"devDependencies": {},
"scripts": {
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SISE-Web-Development-Environments/Assingment3.2_Roi_Michal.git"
},
"author": "ROI & MICHAL",
"license": "ISC",
"bugs": {
"url": "https://github.com/SISE-Web-Development-Environments/Assingment3.2_Roi_Michal/issues"
},
"homepage": "https://github.com/SISE-Web-Development-Environments/Assingment3.2_Roi_Michal#readme"
}