node-red-contrib-file-template
Version:
A Node-RED node that loads HTML template content from the filesystem with automatic file watching, reloading, and built-in file editor
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "node-red-contrib-file-template",
"version": "1.1.5",
"description": "A Node-RED node that loads HTML template content from the filesystem with automatic file watching, reloading, and built-in file editor",
"main": "file-template.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanEdens/node-red-contrib-file-template.git"
},
"keywords": [
"node-red",
"ui",
"template",
"html",
"file",
"filesystem",
"watch",
"dashboard",
"mustache",
"handlebars"
],
"author": "D. Edens <d.edens@todomill.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DanEdens/node-red-contrib-file-template/issues"
},
"homepage": "https://github.com/DanEdens/node-red-contrib-file-template#readme",
"node-red": {
"nodes": {
"file-template": "file-template.js"
}
},
"dependencies": {
"chokidar": "^3.5.3"
},
"engines": {
"node": ">=12.0.0"
}
}