Create project

This commit is contained in:
Wolfgang Hottgenroth
2018-11-02 18:34:30 +01:00
commit 2ec68791ec
5 changed files with 22 additions and 0 deletions

12
package.json Normal file
View File

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