-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 856 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
{
"name": "node-red-contrib-yahaboom",
"version": "1.0.0",
"description": "node red for yahaboom RGB cooling HAT",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Waterbrain/node-red-contrib-yahabomm.git"
},
"keywords": [
"oled",
"yahaboom"
],
"engines": {
"node": ">=12"
},
"author": "Antonio Maza Bandrés <[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/Waterbrain/node-red-contrib-yahabomm/issues"
},
"homepage": "https://github.com/Waterbrain/node-red-contrib-yahabomm#readme",
"dependencies": {
"node-red-contrib-oled": "^1.0.5"
},
"node-red": {
"version": ">=1.0.0",
"nodes": {
"yahaboom": "index.js"
}
},
"directories": {
"example": "examples"
},
"devDependencies": {}
}