{ "name": "adafruit-i2c-lcd", "version": "2.0.0", "description": "Node Library for using adafruit i2c rgb lcd pi plate", "main": "./lib/index.js", "dependencies": { "i2c-bus": "^5.1.0" }, "devDependencies": { "coffee-script": "" }, "scripts": { "prepare": "node_modules/coffee-script/bin/coffee -o lib -c src" }, "repository": { "type": "git", "url": "https://github.com/fehmer/adafruit-i2c-lcd.git" }, "keywords": [ "raspberry", "pi", "adafruit", "i2c", "lcd", "rgb", "plate" ], "author": "Christian Fehmer", "license": "BSD-2-Clause" }