2016-09-18 02:44:31 +02:00
|
|
|
{
|
2016-11-03 02:14:47 +01: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.",
|
2016-11-03 02:14:47 +01:00
|
|
|
"main": "main.js",
|
2016-09-18 02:44:31 +02:00
|
|
|
"scripts": {
|
2016-09-21 21:52:35 +02:00
|
|
|
"start": "node main",
|
2018-10-18 09:45:47 +02:00
|
|
|
"test": "jest"
|
2016-09-18 02:44:31 +02:00
|
|
|
},
|
2016-11-03 02:14:47 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/rastapasta/mapscii.git"
|
|
|
|
},
|
2016-11-03 23:13:44 +01:00
|
|
|
"bin": {
|
|
|
|
"mapscii": "./bin/mapscii.sh"
|
|
|
|
},
|
2017-04-29 00:15:31 +02:00
|
|
|
"engines": {
|
2018-10-17 18:26:42 +02:00
|
|
|
"node": ">=6.14.0"
|
2017-04-26 18:22:07 +02:00
|
|
|
},
|
2016-09-18 02:44:31 +02:00
|
|
|
"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",
|
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",
|
2016-09-27 13:57:59 +02:00
|
|
|
"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",
|
2017-06-17 00:15:16 +02:00
|
|
|
"term-mouse": "^0.2.0",
|
2016-11-04 01:42:23 +01:00
|
|
|
"userhome": "^1.0.0",
|
2016-09-21 05:18:20 +02:00
|
|
|
"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",
|
2018-10-18 09:45:47 +02:00
|
|
|
"jest": "^23.6.0"
|
2016-09-18 02:44:31 +02:00
|
|
|
}
|
|
|
|
}
|