2016-09-18 02:44:31 +02:00
|
|
|
{
|
|
|
|
"name": "termap",
|
|
|
|
"version": "0.1.0",
|
2016-09-20 23:10:41 +02:00
|
|
|
"description": "Terminal Map Viewer",
|
2016-09-18 02:44:31 +02:00
|
|
|
"main": "termap.coffee",
|
|
|
|
"scripts": {
|
2016-09-21 21:52:35 +02:00
|
|
|
"start": "node main",
|
2016-09-18 02:44:31 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"map",
|
2016-09-20 23:10:41 +02:00
|
|
|
"console",
|
2016-09-18 02:44:31 +02:00
|
|
|
"terminal",
|
2016-09-20 23:10:41 +02:00
|
|
|
"ascii",
|
2016-09-18 02:44:31 +02:00
|
|
|
"osm",
|
2016-09-20 23:10:41 +02:00
|
|
|
"vectortile",
|
|
|
|
"render",
|
2016-09-18 02:44:31 +02:00
|
|
|
"mbtiles"
|
|
|
|
],
|
|
|
|
"author": "Michael Straßburger <codepoet@cpan.org>",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2016-11-02 13:19:46 +01:00
|
|
|
"bluebird": "^3.4.6",
|
2016-09-27 13:57:59 +02:00
|
|
|
"bresenham": "0.0.4",
|
2016-09-20 23:10:41 +02:00
|
|
|
"coffee-script": "^1.10.0",
|
2016-09-27 13:57:59 +02:00
|
|
|
"earcut": "^2.1.1",
|
2016-09-21 17:35:16 +02:00
|
|
|
"gl-matrix": "^2.3.2",
|
2016-09-18 02:44:31 +02:00
|
|
|
"keypress": "^0.2.1",
|
|
|
|
"pbf": "^3.0.0",
|
2016-09-20 20:52:49 +02:00
|
|
|
"rbush": "^2.0.1",
|
2016-09-20 15:21:24 +02:00
|
|
|
"sphericalmercator": "^1.0.5",
|
2016-09-18 02:44:31 +02:00
|
|
|
"term-mouse": "^0.1.1",
|
2016-09-21 05:18:20 +02:00
|
|
|
"vector-tile": "^1.3.0",
|
|
|
|
"x256": "0.0.2"
|
2016-09-18 02:44:31 +02:00
|
|
|
}
|
|
|
|
}
|