forked from jubepue/homebridge-petkit-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1004 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": "homebridge-petkit-platform",
"version": "1.0.7",
"description": "Homebridge plugin for Petkit",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": " homebridge -D -U ./config/ -P ./"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"petkit"
],
"author": "[email protected]",
"license": "MIT",
"homepage": "https://github.com/jubepue/homebridge-petkit",
"engines": {
"node": ">=14.0.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"axios": "^0.21.1",
"qs": "^6.11.0",
"crypto-js": "^4.0.0",
"uuid": "^8.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jubepue/homebridge-petkit-platform.git"
},
"bugs": {
"url": "https://github.com/jubepue/homebridge-petkit-platform/issues"
},
"homepage": "https://github.com/jubepue/homebridge-petkit-platform",
"funding": {
"type": "paypal",
"url": "https://paypal.me/jubepue"
}
}