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",
|
"name": "PlanktoScope",
|
||||||
"description": "Planktonscope main software project",
|
"description": "PlanktoScope main software project",
|
||||||
"version": "0.2",
|
"version": "2.3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"node-red-contrib-dir2files": "^0.3.0",
|
||||||
"node-red-contrib-gpsd": "^1.0.2",
|
"node-red-contrib-gpsd": "^1.0.2",
|
||||||
"node-red-contrib-python3-function": "0.0.4",
|
"node-red-contrib-python3-function": "^0.0.4",
|
||||||
"node-red-contrib-web-worldmap": "~2.5.3",
|
"node-red-contrib-ui-multistate-switch": "^1.1.0",
|
||||||
"node-red-dashboard": ">=2.28.1",
|
"node-red-dashboard": "^2.29.0",
|
||||||
"node-red-node-pi-gpio": "~1.2.0"
|
"node-red-node-pi-gpio": "^1.2.3",
|
||||||
|
"node-red-node-ui-list": "^0.3.4"
|
||||||
},
|
},
|
||||||
"node-red": {
|
"node-red": {
|
||||||
"settings": {
|
"settings": {
|
||||||
|
|
Loading…
Reference in a new issue