{ "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" } }