Commit d4756f2c authored by Rodrigo Tapia-McClung's avatar Rodrigo Tapia-McClung

Update dependencies

parent 1717b1a9
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -2,7 +2,7 @@
"name": "denue-tiles",
"version": "0.0.0",
"description": "PGserver receives, converts and serves geo-data between postgis and http-clients.",
"main": "pgserver.js",
"main": "denue.js",
"scripts": {
"dev": "nodemon denue.js",
"start": "node denue.js",
......@@ -14,21 +14,21 @@
"tiles"
]
},
"author": "Anne Blankert, Geodan",
"author": "Rodrigo Tapia-McClung",
"license": "ISC",
"dependencies": {
"@mapbox/mbtiles": "^0.12.1",
"@mapbox/sphericalmercator": "^1.1.0",
"@turf/bbox": "^6.0.1",
"@turf/turf": "^5.1.6",
"@turf/bbox": "^6.3.0",
"@turf/turf": "^6.3.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"geojson2mvt": "0.0.4",
"morgan": "^1.9.1",
"nodemon": "^1.19.2",
"morgan": "^1.10.0",
"nodemon": "^2.0.7",
"path": "^0.12.7",
"pg": "^7.12.1",
"pg": "^8.6.0",
"zlib": "^1.0.5"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment