forked from umasudhan/node-red-contrib-mdashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
111 lines (111 loc) · 2.86 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "node-red-contrib-mdashboard",
"version": "3.1.7",
"description": "Fork of node-red-dashboard. Adds multi user/client feature to the dashboard",
"keywords": [
"node-red",
"dashboard",
"ui",
"gui"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "node fixfa.js"
},
"contributors": [
{
"name": "Uma Sudhan P"
},
{
"name": "@ollixx"
}
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/umasudhan/node-red-contrib-mdashboard.git"
},
"node-red": {
"version": ">=1.0.0",
"nodes": {
"mui_base": "nodes/ui_base.js",
"mui_button": "nodes/ui_button.js",
"mui_dropdown": "nodes/ui_dropdown.js",
"mui_switch": "nodes/ui_switch.js",
"mui_slider": "nodes/ui_slider.js",
"mui_numeric": "nodes/ui_numeric.js",
"mui_text_input": "nodes/ui_text_input.js",
"mui_date_picker": "nodes/ui_date_picker.js",
"mui_colour_picker": "nodes/ui_colour_picker.js",
"mui_form": "nodes/ui_form.js",
"mui_text": "nodes/ui_text.js",
"mui_gauge": "nodes/ui_gauge.js",
"mui_chart": "nodes/ui_chart.js",
"mui_audio": "nodes/ui_audio.js",
"mui_toast": "nodes/ui_toast.js",
"mui_ui_control": "nodes/ui_ui_control.js",
"mui_template": "nodes/ui_template.js",
"mui_link": "nodes/ui_link.js",
"mui_tab": "nodes/ui_tab.js",
"mui_group": "nodes/ui_group.js",
"mui_spacer": "nodes/ui_spacer.js"
}
},
"dependencies": {
"compression": "^1.7.4",
"gridstack": "^0.6.4",
"serve-static": "^1.14.2",
"socket.io": "~4.4.1"
},
"devDependencies": {
"angular": "~1.8.2",
"angular-animate": "~1.8.2",
"angular-aria": "~1.8.2",
"angular-chart.js": "^1.1.1",
"angular-material": "~1.2.4",
"angular-material-icons": "^0.7.1",
"angular-messages": "~1.8.2",
"angular-mocks": "~1.8.2",
"angular-route": "~1.8.2",
"angular-sanitize": "~1.8.2",
"angular-touch": "~1.8.2",
"angularjs-color-picker": "^3.4.8",
"chart.js": "~2.3.0",
"d3": "^3.5.17",
"font-awesome": "^4.7.0",
"gulp": "~4.0.2",
"gulp-angular-templatecache": "~3.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-debug": "^4.0.0",
"gulp-eol": "^0.2.0",
"gulp-header": "^2.0.9",
"gulp-html-replace": "^1.6.2",
"gulp-html-src": "^1.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-jscs": "^4.1.0",
"gulp-jshint": "^2.1.0",
"gulp-manifest3": "^0.1.2",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^4.1.1",
"gulp-uglify": "~3.0.2",
"gulp-util": "^3.0.8",
"jquery": "^3.6.0",
"jshint": "~2.13.3",
"justgage": "~1.4.3",
"less": "^3.13.1",
"material-design-icons-iconfont": "~6.4.2",
"moment": "~2.29.1",
"sprintf-js": "^1.1.2",
"streamqueue": "~1.1.2",
"svg-morpheus": "^0.3.0",
"tinycolor2": "1.4.2",
"weather-icons-lite": "^1.6.1"
},
"engines": {
"node": ">=12"
}
}