mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-07 16:54:22 +01:00
51 lines
1022 B
JSON
51 lines
1022 B
JSON
{
|
|
"name": "mapscii",
|
|
"version": "0.1.6",
|
|
"description": "Map+Ascii -> MapSCII! Console Map Viewer.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "node main",
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/rastapasta/mapscii.git"
|
|
},
|
|
"bin": {
|
|
"mapscii": "./bin/mapscii.sh"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.14.0"
|
|
},
|
|
"keywords": [
|
|
"map",
|
|
"console",
|
|
"terminal",
|
|
"ascii",
|
|
"osm",
|
|
"vectortile",
|
|
"mbtiles"
|
|
],
|
|
"author": "Michael Straßburger <codepoet@cpan.org>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@mapbox/vector-tile": "^1.3.1",
|
|
"bluebird": "^3.5.3",
|
|
"bresenham": "0.0.4",
|
|
"earcut": "^2.1.3",
|
|
"keypress": "^0.2.1",
|
|
"node-fetch": "^2.3.0",
|
|
"pbf": "^3.1.0",
|
|
"rbush": "^2.0.2",
|
|
"simplify-js": "^1.2.3",
|
|
"string-width": "^2.1.1",
|
|
"term-mouse": "^0.2.0",
|
|
"userhome": "^1.0.0",
|
|
"x256": "0.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.9.0",
|
|
"jest": "^23.6.0"
|
|
}
|
|
}
|