Create project

This commit is contained in:
Wolfgang Hottgenroth 2020-09-22 10:23:40 +02:00
commit d2ea755da7
5 changed files with 22 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.backup

7
README.md Normal file
View File

@ -0,0 +1,7 @@
DeconzFrontend
==============
### About
This is your project's README.md file. It helps users understand what your
project does, how to use it and anything else they may need to know.

1
flow.json Normal file
View File

@ -0,0 +1 @@
[]

1
flow_cred.json Normal file
View File

@ -0,0 +1 @@
{}

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "DeconzFrontend",
"description": "A Node-RED Project",
"version": "0.0.1",
"dependencies": {},
"node-red": {
"settings": {
"flowFile": "flow.json",
"credentialsFile": "flow_cred.json"
}
}
}