UNPKG

node-red-contrib-displayext-node

Version:

A node for software DisplayEXT

90 lines (89 loc) 3.26 kB
{ "name": "node-red-contrib-displayext-node", "version": "2.1.6", "description": "A node for software DisplayEXT", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["node-red", "node-red-node", "node-red-contrib", "ui", "dashboard"], "author": "Vischer Adrien", "license": "MIT", "node-red": { "nodes": { "ui_baseDE": "nodes/ui_base.js", "ui_tabDE": "nodes/ui_tab.js", "ui_groupDE": "nodes/ui_group.js", "ui_buttonDE": "nodes/ui_button.js", "ui_buttonAddMediaDE": "nodes/ui_buttonAddMedia.js", "ui_templateDE": "nodes/ui_template.js", "ui_templateModifyDE": "nodes/ui_templateModify.js", "ui_templateModifyMediaDE": "nodes/ui_templateModifyMedia.js", "ui_templateRSDE": "nodes/ui_templateRS.js", "ui_templatePopupInfosDE": "nodes/ui_templatePopupInfos.js", "ui_templateAddMediaDE": "nodes/ui_templateAddMedia.js", "ui_templateListDE": "nodes/ui_templateList.js", "ui_templateListMediaDE": "nodes/ui_templateListMedia.js", "save-data": "nodes/save-data.js", "save-dataMedia": "nodes/save-dataMedia.js", "load-data": "nodes/load-data.js", "update-data": "nodes/update-data.js", "update-dataMedia": "nodes/update-dataMedia.js", "statut-data": "nodes/statut-data.js" } }, "dependencies": { "compression": "^1.7.4", "gridstack": "^0.6.4", "serve-static": "^1.15.0", "socket.io": "^4.7.4" }, "devDependencies": { "angular": "~1.8.3", "angular-animate": "~1.8.3", "angular-aria": "~1.8.3", "angular-chart.js": "^1.1.1", "angular-material": "~1.2.5", "angular-material-icons": "^0.7.1", "angular-messages": "~1.8.3", "angular-mocks": "~1.8.3", "angular-route": "~1.8.3", "angular-sanitize": "~1.8.3", "angular-touch": "~1.8.3", "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.1", "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-jscs": "^4.1.0", "gulp-jshint": "^2.1.0", "gulp-manifest3": "^0.1.2", "gulp-rename": "^1.4.0", "gulp-replace": "^1.1.4", "gulp-sass": "^5.1.0", "gulp-util": "^3.0.8", "jquery": "~3.7.1", "jshint": "~2.13.6", "justgage": "~1.6.1", "less": "^3.13.1", "map-stream": "^0.0.7", "material-design-icons-iconfont": "^6.7.0", "moment": "~2.30.1", "sass": "^1.71.1", "sprintf-js": "^1.1.3", "streamqueue": "~1.1.2", "svg-morpheus": "^0.3.0", "terser": "^5.29.1", "tinycolor2": "^1.6.0", "weather-icons-lite": "^1.6.1" } }