-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 761 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "webapp_inventory_ws2019",
"version": "1.0.0",
"description": "A web application to view the inventory of the FH as an exercise for lectures Web Application Development and Projectmanagement WS2019.",
"main": "index.js",
"scripts": {
"run": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ozwoldFH/webapp_inventory_WS2019.git"
},
"author": "Franz Lea, Leitner Florian, Oswald George, Ott Clemens, Trummer Julia, Wieser Stefanie",
"license": "ISC",
"bugs": {
"url": "https://github.com/ozwoldFH/webapp_inventory_WS2019/issues"
},
"homepage": "https://github.com/ozwoldFH/webapp_inventory_WS2019#readme",
"dependencies": {
"dotenv": "^8.2.0",
"mysql": "^2.17.1"
}
}