update package.json with new modules
This commit is contained in:
parent
67b7e8e3ee
commit
8753c76e6b
16
package.json
16
package.json
|
@ -1,13 +1,15 @@
|
|||
{
|
||||
"name": "PlanktonScope",
|
||||
"description": "Planktonscope main software project",
|
||||
"version": "0.2",
|
||||
"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-web-worldmap": "~2.5.3",
|
||||
"node-red-dashboard": ">=2.28.1",
|
||||
"node-red-node-pi-gpio": "~1.2.0"
|
||||
"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": {
|
||||
|
|
Loading…
Reference in a new issue