-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 926 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "wateringsystem",
"version": "2.1.1",
"description": "Automatic watering system for our garden",
"main": "main.js",
"scripts": {
"start": "node .",
"dev": "nodemon ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zebiano/WateringSystem.git"
},
"keywords": [
"express",
"iot",
"raspberrypi",
"rpi",
"watering-system"
],
"author": "Sebastião Barros - @Zebiano",
"license": "MIT",
"bugs": {
"url": "https://github.com/Zebiano/WateringSystem/issues"
},
"homepage": "https://github.com/Zebiano/WateringSystem#readme",
"dependencies": {
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"chalk": "^4.1.2",
"dotenv": "^10.0.0",
"express": "^4.19.2",
"fs": "0.0.2",
"node-cleanup": "^2.1.2",
"nodemon": "^2.0.15",
"pigpio": "^3.3.1",
"socket.io": "^4.6.1",
"tiny-timer": "^1.6.0"
}
}