-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.82 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.82 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@flexdash/node-red-fd-corewidgets",
"version": "0.4.64",
"description": "A set of core FlexDash widgets for Node-RED.",
"dependencies": {
"@flexdash/node-red-flexdash": ">=0.4.25",
"uplot": "^1.6.19"
},
"author": "Thorsten von Eicken",
"license": "MIT",
"keywords": [
"dashboard",
"flexdash",
"node-red"
],
"bugs": {
"url": "https://github.com/flexdash/node-red-fd-corewidgets/issues"
},
"homepage": "https://github.com/flexdash/node-red-fd-corewidgets#README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/flexdash/node-red-fd-corewidgets.git"
},
"node-red": {
"version": ">=2.0.6",
"nodes": {
"flexdash datetime": "datetime.js",
"flexdash dropdown-select": "dropdown-select.js",
"flexdash gauge": "gauge.js",
"flexdash iframe": "iframe.js",
"flexdash label": "label.js",
"flexdash markdown": "markdown.js",
"flexdash number-field": "number-field.js",
"flexdash popup-button": "popup-button.js",
"flexdash props-table": "props-table.js",
"flexdash push-button": "push-button.js",
"flexdash simple-table": "simple-table.js",
"flexdash slider": "slider.js",
"flexdash spark-line": "spark-line.js",
"flexdash stat": "stat.js",
"flexdash text-field": "text-field.js",
"flexdash text-view": "text-view.js",
"flexdash time-plot-raw": "time-plot-raw.js",
"flexdash time-plot": "time-plot.js",
"flexdash timeline-plot": "timeline-plot.js",
"flexdash toggle": "toggle.js",
"flexdash tree-view": "tree-view.js",
"flexdash value-sequence": "value-sequence.js",
"flexdash wind-plot": "wind-plot.js"
}
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}