pimatic-gpio
Version:
Provides Actuators and Sensors for the Raspberry Pi GPIO Pins.
57 lines (56 loc) • 1.23 kB
JSON
{
"name": "pimatic-gpio",
"description": "Provides Actuators and Sensors for the Raspberry Pi GPIO Pins.",
"author": "Oliver Schneider <oliverschneider89+sweetpi@gmail.com> (http://sweetpi.de)",
"main": "gpio.coffee",
"files": [
"doc",
"test",
"gpio.coffee",
"README.md",
"device-config-schema.coffee",
"gpio-config-schema.coffee",
"LICENSE"
],
"version": "0.9.1",
"homepage": "http://github.com/pimatic/pimatic",
"keywords": [
"pimatic",
"pimatic-plugin",
"gpio"
],
"repository": {
"type": "git",
"url": "git://github.com/pimatic/pimatic-gpio.git"
},
"license": "GPL-2.0",
"configSchema": "gpio-config-schema.coffee",
"dependencies": {
"onoff": "^4.1.1"
},
"peerDependencies": {
"pimatic": ">=0.9.0 <1.0.0"
},
"engines": {
"node": ">=4",
"npm": ">=2"
},
"contributors": [
{
"name": "sweet pi - sweet home",
"url": "https://github.com/sweetpi"
},
{
"name": "thost96",
"url": "https://github.com/thost96"
},
{
"name": "Wiebe Nieuwenhuis",
"url": "https://github.com/sweebee"
},
{
"name": "Marcus Wittig",
"url": "https://github.com/mwittig"
}
]
}