forked from Adorkable/node-red-contrib-ui-led
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 789 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
{
"name": "node-red-contrib-ui-led",
"version": "0.1.2",
"description": "A simple LED status indicator for the Node-RED Dashboard",
"main": "led.js",
"author": "Ian G <yo.ian.g@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"node-red-dashboard": "2.13.x"
},
"keywords": [
"node-red",
"led",
"dashboard",
"ui"
],
"node-red": {
"nodes": {
"ui_led": "led.js"
}
},
"bugs": {
"url": "https://github.com/Adorkable/node-red-contrib-ui-led/issues"
},
"homepage": "https://github.com/Adorkable/node-red-contrib-ui-led",
"repository": {
"type": "git",
"url": "git+https://github.com/Adorkable/node-red-contrib-ui-led.git"
},
"devDependencies": {
"eslint": "5.x",
"eslint-plugin-angular": "4.x"
}
}