blinkt
Version:
Module for interacting with the Raspberry Pi Blinkt! addon
33 lines (32 loc) • 696 B
JSON
{
"name": "blinkt",
"version": "0.0.2",
"description": "Module for interacting with the Raspberry Pi Blinkt! addon",
"homepage": "https://github.com/NotNinja/node-blinkt",
"bugs": {
"url": "https://github.com/NotNinja/node-blinkt/issues"
},
"author": {
"name": "Alasdair Mercer",
"email": "mercer.alasdair@gmail.com",
"url": "https://not.ninja"
},
"license": "MIT",
"keywords": [
"raspberry",
"pi",
"gpio",
"blinkt",
"led",
"rgb"
],
"repository": {
"type": "git",
"url": "https://github.com/NotNinja/node-blinkt.git"
},
"dependencies": {
"exit-hook": "^1.1.1",
"onoff": "^1.1.7"
},
"main": "src/blinkt.js"
}