rpi-active-cooling
Version:
Temperature based external fan control for Raspberry Pi
41 lines (40 loc) • 943 B
JSON
{
"name": "rpi-active-cooling",
"version": "0.1.4",
"description": "Temperature based external fan control for Raspberry Pi",
"main": "index.js",
"bin": {
"rpiac": "bin/rpiac"
},
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krzysztofciepka/rpi-active-cooling.git"
},
"keywords": [
"rpi",
"raspberry",
"pi",
"fan",
"controller",
"active",
"cooling"
],
"author": "kciepka <krzysztof@ciepka.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/krzysztofciepka/rpi-active-cooling/issues"
},
"homepage": "https://github.com/krzysztofciepka/rpi-active-cooling#readme",
"devDependencies": {
"eslint": "^6.3.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
},
"dependencies": {
"debug": "^4.1.1"
}
}