forked from natcl/node-red-contrib-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.03 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
{
"name": "node-red-contrib-ui",
"version": "1.2.19",
"description": "UI nodes for node-red",
"keywords": [
"node-red"
],
"main": "none",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Andrei Tatar",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/andrei-tatar/node-red-contrib-ui.git"
},
"node-red": {
"nodes": {
"ui_button": "nodes/ui_button.js",
"ui_button_row": "nodes/ui_button_row.js",
"ui_radio_button": "nodes/ui_radio_button.js",
"ui_switch": "nodes/ui_switch.js",
"ui_slider": "nodes/ui_slider.js",
"ui_numeric": "nodes/ui_numeric.js",
"ui_text": "nodes/ui_text.js",
"ui_text_input": "nodes/ui_text_input.js",
"ui_gauge": "nodes/ui_gauge.js",
"ui_chart": "nodes/ui_chart.js",
"ui_toast": "nodes/ui_toast.js",
"ui_link": "nodes/ui_link.js",
"ui_template": "nodes/ui_template.js",
"ui_tab": "nodes/ui_tab.js"
}
},
"dependencies": {
"serve-static": "^1.10.0",
"socket.io": "^1.3.7"
},
"devDependencies": {
"angular": "^1.4.8",
"angular-animate": "^1.4.8",
"angular-aria": "^1.4.8",
"angular-masonry": "^0.14.0",
"angular-material": "^1.0.2",
"angular-material-icons": "^0.6.0",
"angular-sanitize": "^1.4.8",
"angularjs-nvd3-directives": "0.0.8",
"d3": "^3.5.11",
"font-awesome": "^4.5.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-concat": "^2.6.0",
"gulp-html-replace": "^1.5.5",
"gulp-html-src": "^1.0.0",
"gulp-if": "^2.0.0",
"gulp-minify-css": "^1.2.2",
"gulp-minify-html": "^1.0.4",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"imagesloaded": "^3.2.0",
"jquery": "^2.1.4",
"jquery-bridget": "^1.1.0",
"justgage": "^1.1.0",
"masonry-layout": "^3.3.2",
"nvd3": "1.8.1",
"raphael": "^2.1.4",
"sprintf-js": "^1.0.3",
"streamqueue": "^1.1.1",
"svg-morpheus": "git://github.com/alexk111/SVG-Morpheus.git#master"
}
}