-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 971 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
41
42
{
"name": "oled-rpi-i2c-bus",
"version": "1.1.4",
"description": "NodeJS module for controlling oled devices on the Raspbery Pi (including the SSD1306 and SH1106 OLED screens)",
"main": "oled.js",
"devDependencies": {
"oled-font-pack": "^1.0.1",
"png-to-lcd": "~1.0.2",
"pngparse": "~2.0.1",
"temporal": "^0.3.8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hadifikri/oled-rpi-i2c-bus.git"
},
"keywords": [
"Raspbery Pi",
"Pi",
"NodeJS",
"oled",
"SSD1306",
"128x64"
],
"author": [
"Judd Flamm",
"Suz Hinton",
"Bogdan Symchych",
"Abdul Hadi Fikri"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hadifikri/oled-rpi-i2c-bus/issues"
},
"homepage": "https://github.com/hadifikri/oled-rpi-i2c-bus",
"dependencies": {
"i2c-bus": "^5.2.2",
"pngjs": "^3.3.3"
}
}