-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 876 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
{
"name": "homebridge-http-curtain",
"version": "0.0.0-development",
"description": "HTTP curtain or window blinds for Homebridge",
"license": "ISC",
"keywords": [
"homebridge-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/QuickSander/homebridge-http-curtain"
},
"bugs": {
"url": "https://github.com/QuickSander/homebridge-http-curtain/issues"
},
"engines": {
"node": ">=10.17.0",
"homebridge": ">=0.4.0"
},
"author": {
"name": "Sander van Woensel",
"email": "[email protected]"
},
"contributors": [
{
"name": "Andreas Bauer (Supereg)"
}
],
"dependencies": {
"homebridge-http-base": "^2.1.8"
},
"devDependencies": {
"semantic-release": "^17.0.8",
"semantic-release-cli": "^5.3.1"
},
"scripts": {
"semantic-release": "semantic-release"
}
}