-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.47 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@flexdash/node-red-flexdash",
"version": "0.4.154",
"description": "Node-RED nodes for the FlexDash dashboard",
"dependencies": {
"@flexdash/node-red-flexdash-plugin": "=0.4.154",
"cookie-session": "^2.0.0",
"express": "^4.0.0",
"glob": "^7.2.0",
"http-proxy-middleware": "^2.0.3",
"node-red-vue": "^0.1.15",
"socket.io": "^4.1.0",
"tar": "^6.0.0"
},
"publishConfig": {
"access": "public"
},
"node-red": {
"version": ">=2.0.6",
"nodes": {
"flexdash dashboard": "flexdash-dashboard.js",
"flexdash container": "flexdash-container.js",
"flexdash tab": "flexdash-tab.js",
"flexdash iframe": "flexdash-iframe.js",
"flexdash ctrl": "flexdash-ctrl.js",
"flexdash dev server": "flexdash-dev-server.js",
"flexdash custom": "flexdash-custom.js"
}
},
"engines": {
"node": ">=16.0.0"
},
"bin": {
"gen-widget-nodes": "./gen-widget-nodes.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flexdash/node-red-flexdash.git"
},
"keywords": [
"flexdash",
"dashboard",
"node-red"
],
"author": "Thorsten von Eicken",
"license": "MIT",
"bugs": {
"url": "https://github.com/flexdash/node-red-flexdash/issues"
},
"homepage": "https://github.com/flexdash/node-red-flexdash#readme",
"devDependencies": {
"vue": "^3.2.45",
"vue-tsc": "^1.0.0"
}
}