portal/node_modules/adafruit-i2c-lcd/package.json
2025-03-29 15:23:19 -07:00

30 lines
648 B
JSON

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