addition of package.json file for Node-Red project configuration
This commit is contained in:
parent
20e3026856
commit
7b66793bf3
12
package.json
Normal file
12
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue