-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 873 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 873 Bytes
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
{
"name": "producttesting",
"version": "1.0.0",
"description": "Main repository of the project",
"main": "app/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SWEPM-Plugin-System-Project-Group/Primary-repo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SWEPM-Plugin-System-Project-Group/Primary-repo/issues"
},
"homepage": "https://github.com/SWEPM-Plugin-System-Project-Group/Primary-repo#readme",
"dependencies": {
"@mui/icons-material": "~5.5.1",
"jquery": "3.6.0",
"popper.js": "^1.16.1",
"body-parser": "^1.19.0",
"bootstrap": "~4.6.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"node-fetch": "^2.6.7",
"seamless": "^1.4.1"
}
}