mapscii/package.json

44 wiersze
955 B
JSON
Czysty Zwykły widok Historia

2016-09-18 00:44:31 +00:00
{
"name": "mapscii",
2016-09-18 00:44:31 +00:00
"version": "0.1.0",
"description": "Terminal Map Viewer",
"main": "main.js",
2016-09-18 00:44:31 +00:00
"scripts": {
"start": "node main",
2016-09-18 00:44:31 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rastapasta/mapscii.git"
},
2016-09-18 00:44:31 +00:00
"keywords": [
"map",
"console",
2016-09-18 00:44:31 +00:00
"terminal",
"ascii",
2016-09-18 00:44:31 +00:00
"osm",
"vectortile",
2016-09-18 00:44:31 +00:00
"mbtiles"
],
"author": "Michael Straßburger <codepoet@cpan.org>",
"license": "MIT",
"dependencies": {
"bluebird": "^3.4.6",
"bresenham": "0.0.4",
"coffee-script": "^1.10.0",
"earcut": "^2.1.1",
"gl-matrix": "^2.3.2",
2016-09-18 00:44:31 +00:00
"keypress": "^0.2.1",
"mbtiles": "^0.9.0",
2016-09-18 00:44:31 +00:00
"pbf": "^3.0.0",
"rbush": "^2.0.1",
"request": "^2.76.0",
"request-promise": "^4.1.1",
"sphericalmercator": "^1.0.5",
2016-09-18 00:44:31 +00:00
"term-mouse": "^0.1.1",
"tilebelt": "^1.0.1",
"vector-tile": "^1.3.0",
"x256": "0.0.2"
2016-09-18 00:44:31 +00:00
}
}