forked from nomen19819/node-red-contrib-oled-sh1106
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 829 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
{
"author": {
"name": "Abdul Hadi Fikri",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/hadifikri/node-red-contrib-oled-sh1106/issues"
},
"bundleDependencies": false,
"dependencies": {
"i2c-bus": "^1.2.4",
"oled-font-5x7": "^1.0.0"
},
"deprecated": false,
"description": "Node-Red node for controlling OLED SH1106 displays",
"homepage": "https://github.com/hadifikri/node-red-contrib-oled-sh1106#readme",
"keywords": [
"node-red",
"sh1106",
"oled"
],
"license": "MIT",
"main": "index.js",
"name": "nodered-sh1106",
"node-red": {
"nodes": {
"oled": "oled.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/hadifikri/node-red-contrib-oled-sh1106.git"
},
"scripts": {},
"version": "0.1.2"
}