Browse Source

Create project

iman 3 years ago
commit
4dc1d068d9
5 changed files with 22 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 7 0
      README.md
  3. 1 0
      flow.json
  4. 1 0
      flow_cred.json
  5. 12 0
      package.json

+ 1 - 0
.gitignore

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

+ 7 - 0
README.md

@@ -0,0 +1,7 @@
+Node-RED-FlowExamples
+=====================
+
+### 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 - 0
flow.json

@@ -0,0 +1 @@
+[]

+ 1 - 0
flow_cred.json

@@ -0,0 +1 @@
+{}

+ 12 - 0
package.json

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