mirror of
https://github.com/ocogeclub/ocoge.git
synced 2024-11-25 00:49:48 +00:00
20 lines
515 B
JSON
20 lines
515 B
JSON
{
|
|
"name": "oled-i2c-bus",
|
|
"version": "1.0.12",
|
|
"description": "NodeJS module for controlling oled devices on the Raspbery Pi (including the SSD1306 OLED screens)",
|
|
"main": "oled.js",
|
|
"devDependencies": {
|
|
"oled-font-5x7": "~1.0.0",
|
|
"png-to-lcd": "~1.0.2",
|
|
"pngjs": "^3.3.3",
|
|
"pngparse": "~2.0.1",
|
|
"temporal": "^0.3.8"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"rgpio": "file:local_modules/rgpio"
|
|
}
|
|
}
|