package.json: add dependencies

This commit is contained in:
Romain Bazile 2020-08-04 15:47:55 +02:00
parent 7b66793bf3
commit 3a61e0cd21

View file

@ -1,8 +1,15 @@
{
"name": "PlanktonScope",
"description": "Planktonscope main software project",
"version": "0.0.1",
"dependencies": {},
"version": "0.1",
"dependencies": {
"node-red-contrib-gpsd": "1.0.2",
"node-red-contrib-interval": "0.0.1",
"node-red-contrib-python3-function": "0.0.4",
"node-red-contrib-web-worldmap": "2.4.1",
"node-red-dashboard": "2.23.0",
"node-red-node-pi-gpio": "1.1.1"
},
"node-red": {
"settings": {
"flowFile": "flows/main.json",