mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-08 01:04:01 +01:00
29 lines
566 B
JSON
29 lines
566 B
JSON
{
|
|
"name": "termap",
|
|
"version": "0.1.0",
|
|
"description": "OSM Terminal Map",
|
|
"main": "termap.coffee",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"console",
|
|
"map",
|
|
"terminal",
|
|
"map",
|
|
"osm",
|
|
"vector",
|
|
"tiles",
|
|
"mbtiles"
|
|
],
|
|
"author": "Michael Straßburger <codepoet@cpan.org>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"drawille-canvas-blessed-contrib": "^0.1.3",
|
|
"keypress": "^0.2.1",
|
|
"pbf": "^3.0.0",
|
|
"term-mouse": "^0.1.1",
|
|
"vector-tile": "^1.3.0"
|
|
}
|
|
}
|