├── .gitignore ├── LICENSE ├── README.md ├── package.json └── settings.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/natcl/node-red-project-template/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/natcl/node-red-project-template/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/natcl/node-red-project-template/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/natcl/node-red-project-template/HEAD/package.json -------------------------------------------------------------------------------- /settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/natcl/node-red-project-template/HEAD/settings.js --------------------------------------------------------------------------------