-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.04 KB
/
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": "@flexdash/node-red-fd-testnodes",
"version": "0.0.8",
"description": "A set of Node-RED FlexDash nodes to test FlexDash integration into Node-RED.",
"dependencies": {
"@flexdash/node-red-flexdash": ">=0.3.0"
},
"author": "Thorsten von Eicken",
"license": "MIT",
"keywords": [
"dashboard",
"flexdash",
"node-red",
"example"
],
"bugs": {
"url": "https://github.com/flexdash/node-red-fd-testnodes/issues"
},
"homepage": "https://github.com/flexdash/node-red-fd-testnodes#README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/flexdash/node-red-fd-testnodes.git"
},
"node-red": {
"version": ">2.0.0",
"nodes": {
"flexdash button-bar": "button-bar.js"
}
},
"node-red-unused": {
"flexdash testbutton": "testbutton.js",
"flexdash testgauge": "testgauge.js",
"flexdash testcustom": "testcustom.js",
"foo": "inputtype.js"
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}