-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 919 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
{
"name": "lab05-bever",
"version": "1.0.0",
"description": "Lab-05",
"main": "\u001b[D\u001b server/app.js\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[C\u001b[D\u001b[D\u001b[\u001b[\u001b[3~\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[D\u001b[D\u001b[D)",
"scripts": {
"start": "node ./server/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaristGormanly/Lab05-Bever.git"
},
"author": "Grant Bever",
"license": "MIT",
"bugs": {
"url": "https://github.com/MaristGormanly/Lab05-Bever/issues"
},
"homepage": "https://github.com/MaristGormanly/Lab05-Bever#readme",
"dependencies": {
"body-parser": "^1.20.2",
"express": "^4.18.2"
}
}