20 lines
623 B
JSON
20 lines
623 B
JSON
{
|
|
"name": "PlanktoScope",
|
|
"description": "PlanktoScope main software project",
|
|
"version": "2.3",
|
|
"dependencies": {
|
|
"node-red-contrib-dir2files": "^0.3.0",
|
|
"node-red-contrib-gpsd": "^1.0.2",
|
|
"node-red-contrib-python3-function": "^0.0.4",
|
|
"node-red-contrib-ui-multistate-switch": "^1.1.0",
|
|
"node-red-dashboard": "^2.29.0",
|
|
"node-red-node-pi-gpio": "^1.2.3",
|
|
"node-red-node-ui-list": "^0.3.4"
|
|
},
|
|
"node-red": {
|
|
"settings": {
|
|
"flowFile": "flows/main.json",
|
|
"credentialsFile": "flows/main_cred.json"
|
|
}
|
|
}
|
|
} |