{
  "name": "@lynniemagoo/adafruit-sh1106-library",
  "version": "1.1.0",
  "description": "NodeJS Promise-based port adaptation of C/C++ Adafruit_SSD1306 from Github for SH1106",
  "main": "index.js",
  "dependencies": {
    "@lynniemagoo/adafruit-gfx-library": "^1.0.0"
  },  
  "files": {
    "lib": "lib"
  },
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lynniemagoo/adafruit-sh1106-library-node"
  },
  "keywords": [
    "raspberry",
    "raspi",
    "rpi",
    "pi",
    "node",
    "i2c",
    "spi",
    "canvas",
    "adafruit",
    "display",
    "tft",
    "oled",
    "sh1106"
  ],
  "author": "Lyndel McGee",
  "email": "LynnieMagoo@yahoo.com",
  "license": "BSD-2-Clause"
}
