forked from wilberforce/lcd-pcf8574
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
40 lines (40 loc) · 865 Bytes
/
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
37
38
39
40
{
"name": "i2c-lcd",
"version": "1.0.2",
"description": "i2c LCD module",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/sweetpi/i2c-lcd.git"
},
"dependencies": {
"i2c": "~0.1.7",
"bluebird": "~2.9.13"
},
"keywords": [
"PCF8574P",
"GPIO 8 way expander",
"LCD HD44780",
"nodejs",
"raspberry pi"
],
"author": "Oliver Schneider <[email protected]> (http://sweetpi.de)",
"contributors": [
{
"name": "Rhys Williams"
}
],
"license": "BSD",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/sweetpi/i2c-lcd/issues"
},
"devDependencies": {
"coffee-script": "^1.7.1",
"gulp": "~3.8.6",
"gulp-coffee": "~2.1.1",
"gulp-coffeelint": "^0.3.4",
"gulp-plumber": "~0.6.4",
"gulp-watch": "~0.6.9"
}
}