mapscii/package.json
2016-09-21 21:52:35 +02:00

36 lines
827 B
JSON

{
"name": "termap",
"version": "0.1.0",
"description": "Terminal Map Viewer",
"main": "termap.coffee",
"scripts": {
"start": "node main",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"map",
"console",
"terminal",
"ascii",
"osm",
"vectortile",
"render",
"mbtiles"
],
"author": "Michael Straßburger <codepoet@cpan.org>",
"license": "MIT",
"dependencies": {
"coffee-script": "^1.10.0",
"drawille-canvas-blessed-contrib": "git+https://github.com/rastapasta/drawille-canvas-blessed-contrib.git",
"gl-matrix": "^2.3.2",
"keypress": "^0.2.1",
"pbf": "^3.0.0",
"pnltri": "^2.1.1",
"rbush": "^2.0.1",
"sphericalmercator": "^1.0.5",
"term-mouse": "^0.1.1",
"vector-tile": "^1.3.0",
"x256": "0.0.2"
}
}