addition of package.json file for Node-Red project configuration

This commit is contained in:
Romain Bazile 2020-08-04 14:33:10 +02:00
parent 20e3026856
commit 7b66793bf3

12
package.json Normal file
View file

@ -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"
}
}
}