-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "lcd-pcf8574",
"version": "2.0.0",
"description": "LCD i2c module using PCF8574P",
"main": "index.js",
"scripts": {
"test": "test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/wilberforce/lcd-pcf8574.git"
},
"dependencies": {
"i2c": "*",
"sleep": "*"
},
"keywords": [
"PCF8574P",
"GPIO 8 way expander",
"LCD HD44780",
"nodejs",
"raspberry pi"
],
"author": {
"name": "Rhys Williams"
},
"license": "BSD",
"readme": "LCD i2c Module\n==============\n\nLCD i2c module using PCF8574P for raspberry pi\n\nHardware: http://dx.com/p/lcd1602-adapter-board-w-iic-i2c-interface-black-works-with-official-arduino-boards-216865\n\nThis allows you to drive a 1602 LCD module using only 4 pins on the raspberry pi\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/wilberforce/lcd-pcf8574/issues"
},
"homepage": "https://github.com/wilberforce/lcd-pcf8574",
"_id": "lcd-pcf8574@1.0.2",
"_from": "lcd-pcf8574@"
}