tatry
Version:
Elevation API server.
51 lines (50 loc) • 950 B
JSON
{
"name": "tatry",
"version": "1.0.7",
"description": "Elevation API server.",
"author": {
"name": "Damian Krzeminski",
"email": "pirxpilot@furkot.com",
"url": "https://pirxpilot.me"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mapwhit/tatry.git"
},
"license": "MIT",
"keywords": [
"tatry",
"elevation",
"srtm",
"geotiff"
],
"dependencies": {
"@pirxpilot/connect": "~4",
"body-parser": "~1",
"bytes": "~3",
"debug": "~3 || ~4",
"dotenv": "~16",
"etag": "^1.8.1",
"find": "~0",
"flatbush": "^3.1.1",
"fresh": "^0.5.2",
"lru-cache": "~11",
"parseurl": "^1.3.2",
"router": "~2",
"server-timings": "^2.0.1"
},
"devDependencies": {
"@pirxpilot/jshint": "~3",
"supertest": "~7"
},
"bin": {
"tatry": "server.js"
},
"scripts": {
"test": "make check"
},
"files": [
"index.js",
"lib"
]
}