-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
32 lines (32 loc) · 910 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
{
"name": "homebridge-raspberrypi-temperature",
"version": "0.0.8",
"description": "a homebridge(https://github.com/nfarina/homebridge) plugin that get RaspberryPi CPU temperature.",
"keywords": [
"homebridge-plugin",
"raspberrypi",
"raspberry-pi",
"temperature"
],
"homepage": "https://github.com/YinHangCode/homebridge-raspberrypi-temperature",
"author": "hang.yin",
"contributors": [{
"name": "Oleksandr Boichenko",
"email": "[email protected]",
"url": "http://github.com/banzalik"
}, {
"name": "simplenotezy",
"url": "https://github.com/simplenotezy"
}],
"repository": {
"type": "git",
"url": "git://github.com/YinHangCode/homebridge-raspberrypi-temperature"
},
"bugs": {
"url": "http://github.com/YinHangCode/homebridge-raspberrypi-temperature/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.4.1"
}
}