rpi
Version:
Raspberry Pi GPIO communication on top of WiringPi
34 lines (33 loc) • 715 B
JSON
{
"name": "rpi",
"version": "0.0.3",
"description": "Raspberry Pi GPIO communication on top of WiringPi",
"repository": {
"type": "git",
"url": "git://github.com/xseignard/rpi.git"
},
"main": "./src/rpi.js",
"scripts": {
"test": "make test"
},
"author": "Xavier Seignard <xavier.seignard@gmail.com>",
"keywords": [
"raspberry",
"pi",
"gpio",
"wiringpi"
],
"license": "MIT",
"homepage": "https://github.com/xseignard/rpi",
"bugs": {
"url": "https://github.com/xseignard/rpi/issues"
},
"devDependencies": {
"sinon": "~1.7.3",
"mocha": "~1.12.0",
"chai": "~1.7.2",
"istanbul": "~0.1.43",
"jshint": "~2.1.9",
"dox": "~0.4.4"
}
}