UNPKG

ledpanel

Version:

Control Adafruit 8x8 bicolor led Panel on the Raspberry Pi

34 lines (33 loc) 649 B
{ "name": "ledpanel", "version": "1.0.4", "description": "Control Adafruit 8x8 bicolor led Panel on the Raspberry Pi", "main": "ledpanel.js", "dependencies": { "async": "^1.5.2", "i2c-bus": "^1.0.2" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Nodejs", "Javascript", "Adafruit", "Led", "LedPanel", "8x8", "LED", "matrix", "backpack", "Raspberry", "RPI" ], "repository" : { "type" : "git" , "url" : "https://github.com/netbeast/ledpanel" }, "author": "luis@netbeast.co", "license": "GPL-3.0" }