From 7b66793bf343bd45cb498530cd79538b17e798e2 Mon Sep 17 00:00:00 2001 From: Romain Bazile Date: Tue, 4 Aug 2020 14:33:10 +0200 Subject: [PATCH] addition of package.json file for Node-Red project configuration --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..baa388c --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "PlanktonScope", + "description": "Planktonscope main software project", + "version": "0.0.1", + "dependencies": {}, + "node-red": { + "settings": { + "flowFile": "flows/main.json", + "credentialsFile": "flows/main_cred.json" + } + } +}