bot-io
Version:
ADC, GPIO, PWM, UARTs, and more on the BeagleBone Black.
39 lines (37 loc) • 709 B
JSON
{
"name": "bot-io",
"description": "ADC, GPIO, PWM, UARTs, and more on the BeagleBone Black.",
"version": "1.0.2",
"author": "fivdi",
"keywords": [
"beaglebone",
"nodebots",
"adc",
"analog",
"gpio",
"pwm",
"button",
"led",
"interrupt",
"uart",
"serial"
],
"repository": "fivdi/bot-io",
"license": "MIT",
"dependencies": {
"nan": "~2.2.0",
"bindings": "~1.2.1",
"duplexify": "~3.4.3",
"lodash": "~4.6.1",
"glob": "~7.0.3",
"epoll": "~0.1.17"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp rebuild"
},
"gypfile": true
}