Update dependencies
Showing
This diff is collapsed.
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
"name": "denue-tiles", | "name": "denue-tiles", | ||
"version": "0.0.0", | "version": "0.0.0", | ||
"description": "PGserver receives, converts and serves geo-data between postgis and http-clients.", | "description": "PGserver receives, converts and serves geo-data between postgis and http-clients.", | ||
"main": "pgserver.js", | "main": "denue.js", | ||
"scripts": { | "scripts": { | ||
"dev": "nodemon denue.js", | "dev": "nodemon denue.js", | ||
"start": "node denue.js", | "start": "node denue.js", | ||
... | @@ -14,21 +14,21 @@ | ... | @@ -14,21 +14,21 @@ |
"tiles" | "tiles" | ||
] | ] | ||
}, | }, | ||
"author": "Anne Blankert, Geodan", | "author": "Rodrigo Tapia-McClung", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"@mapbox/mbtiles": "^0.12.1", | "@mapbox/mbtiles": "^0.12.1", | ||
"@mapbox/sphericalmercator": "^1.1.0", | "@mapbox/sphericalmercator": "^1.1.0", | ||
"@turf/bbox": "^6.0.1", | "@turf/bbox": "^6.3.0", | ||
"@turf/turf": "^5.1.6", | "@turf/turf": "^6.3.0", | ||
"compression": "^1.7.4", | "compression": "^1.7.4", | ||
"cors": "^2.8.5", | "cors": "^2.8.5", | ||
"express": "^4.17.1", | "express": "^4.17.1", | ||
"geojson2mvt": "0.0.4", | "geojson2mvt": "0.0.4", | ||
"morgan": "^1.9.1", | "morgan": "^1.10.0", | ||
"nodemon": "^1.19.2", | "nodemon": "^2.0.7", | ||
"path": "^0.12.7", | "path": "^0.12.7", | ||
"pg": "^7.12.1", | "pg": "^8.6.0", | ||
"zlib": "^1.0.5" | "zlib": "^1.0.5" | ||
} | } | ||
} | } |
Please register or sign in to comment