wiringpi-sx
Version:
wiringpi for Node.js on Raspberry Pi
29 lines (28 loc) • 660 B
JSON
{
"version": "0.0.2",
"name": "wiringpi-sx",
"description": "wiringpi for Node.js on Raspberry Pi",
"main": "lib/export.js",
"types": "index",
"homepage": "https://gitlab.com/manfred.steiner-npm/wiringpi-sx",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/manfred.steiner-npm/wiringpi-sx.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "/bin/bash ./install.sh"
},
"keywords": [
"wiringPi",
"gpio",
"raspberry",
"pi",
"raspberrypi"
],
"author": {
"name": "Manfred Steiner",
"email": "Manfred.Steiner@gmx.at"
},
"license": "MIT"
}