pi-temperature
Version:
Measure the temperature of a Raspberry Pi.
25 lines (24 loc) • 561 B
JSON
{
"name": "pi-temperature",
"version": "3.0.0",
"description": "Measure the temperature of a Raspberry Pi.",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/odensc/pi-temperature.git"
},
"keywords": [
"raspberry",
"pi",
"raspberrypi",
"temp",
"temperature"
],
"author": "Oden <hello@odensc.me>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/odensc/pi-temperature/issues"
},
"homepage": "https://github.com/odensc/pi-temperature"
}