-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 845 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 845 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
32
33
34
35
{
"name": "huehnerstall",
"version": "1.1.0",
"description": "App zur Steuerung der Hühnerstall-IT",
"main": "app.js",
"dependencies": {
"bootstrap": "^5.2.0",
"bootstrap-icons": "^1.9.1",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"jquery": "^3.6.0",
"node-wifi": "^2.0.16",
"rpi_camera_livestream": "^1.0.0",
"sweetalert2": "^11.4.26",
"socket.io": "^4.5.3"
},
"devDependencies": {
"nodemon": "^2.0.19"
},
"scripts": {
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RootDev4/Huehnerstall.git"
},
"keywords": [],
"author": "Christian",
"license": "MIT",
"bugs": {
"url": "https://github.com/RootDev4/Huehnerstall/issues"
},
"homepage": "https://github.com/RootDev4/Huehnerstall#readme"
}