planktoscope/package.json

13 lines
292 B
JSON
Raw Normal View History

{
"name": "PlanktonScope",
"description": "Planktonscope main software project",
"version": "0.0.1",
"dependencies": {},
"node-red": {
"settings": {
"flowFile": "flows/main.json",
"credentialsFile": "flows/main_cred.json"
}
}
}