mapscii/package.json

51 lines
1022 B
JSON
Raw Normal View History

2016-09-18 02:44:31 +02:00
{
"name": "mapscii",
2017-10-25 20:04:45 +02:00
"version": "0.1.6",
2017-04-29 00:54:56 +02:00
"description": "Map+Ascii -> MapSCII! Console Map Viewer.",
"main": "main.js",
2016-09-18 02:44:31 +02:00
"scripts": {
"start": "node main",
"test": "jest"
2016-09-18 02:44:31 +02:00
},
"repository": {
"type": "git",
"url": "https://github.com/rastapasta/mapscii.git"
},
"bin": {
"mapscii": "./bin/mapscii.sh"
},
"engines": {
"node": ">=6.14.0"
},
2016-09-18 02:44:31 +02:00
"keywords": [
"map",
"console",
2016-09-18 02:44:31 +02:00
"terminal",
"ascii",
2016-09-18 02:44:31 +02:00
"osm",
"vectortile",
2016-09-18 02:44:31 +02:00
"mbtiles"
],
"author": "Michael Straßburger <codepoet@cpan.org>",
"license": "MIT",
"dependencies": {
2018-10-17 18:16:24 +02:00
"@mapbox/vector-tile": "^1.3.1",
2018-11-19 04:28:18 +01:00
"bluebird": "^3.5.3",
"bresenham": "0.0.4",
2018-10-17 18:16:24 +02:00
"earcut": "^2.1.3",
2016-09-18 02:44:31 +02:00
"keypress": "^0.2.1",
2018-11-19 04:28:18 +01:00
"node-fetch": "^2.3.0",
2017-10-25 22:18:09 +02:00
"pbf": "^3.1.0",
2018-10-17 18:16:24 +02:00
"rbush": "^2.0.2",
"simplify-js": "^1.2.3",
2017-10-25 22:18:09 +02:00
"string-width": "^2.1.1",
"term-mouse": "^0.2.0",
"userhome": "^1.0.0",
"x256": "0.0.2"
2017-12-23 09:17:51 +01:00
},
"devDependencies": {
2018-11-19 04:28:18 +01:00
"eslint": "^5.9.0",
"jest": "^23.6.0"
2016-09-18 02:44:31 +02:00
}
}