generated from comp426-2022-spring/a04
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 910 Bytes
/
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
{
"name": "a04-bvalient",
"version": "1.0.0",
"description": "[![Open in Visual Studio Code](https://classroom.github.com/assets/open-in-vscode-c66648af7eb3fe8bc4f294546bfd86ef473780cde1dea487d3c4ff354943c9ae.svg)](https://classroom.github.com/online_ide?assignment_repo_id=7767483&assignment_repo_type=AssignmentRepo) # a04 Logs and Databases",
"main": "server.js",
"scripts": {
"test": "\"node server.js --port=5555\"",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/comp426-2022-spring/a04-bvalient.git"
},
"author": "bvalient",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/comp426-2022-spring/a04-bvalient/issues"
},
"homepage": "https://github.com/comp426-2022-spring/a04-bvalient#readme",
"dependencies": {
"express": "^4.18.1",
"minimist": "^1.2.6",
"morgan": "^1.10.0"
}
}