mapscii/package.json

50 wiersze
1.0 KiB
JSON
Czysty Zwykły widok Historia

2016-09-18 00:44:31 +00:00
{
"name": "mapscii",
2017-10-25 18:04:45 +00:00
"version": "0.1.6",
2017-04-28 22:54:56 +00:00
"description": "Map+Ascii -> MapSCII! Console 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"
},
"bin": {
"mapscii": "./bin/mapscii.sh"
},
"engines": {
2018-10-17 16:11:34 +00:00
"node": ">=8.12.0"
},
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": {
2017-10-25 20:18:09 +00:00
"@mapbox/vector-tile": "^1.3.0",
"bluebird": "^3.5.1",
"bresenham": "0.0.4",
2017-10-25 20:18:09 +00:00
"earcut": "^2.1.2",
2016-09-18 00:44:31 +00:00
"keypress": "^0.2.1",
2017-10-25 20:18:09 +00:00
"node-fetch": "^1.7.3",
"pbf": "^3.1.0",
"rbush": "^2.0.1",
"simplify-js": "^1.2.1",
2017-10-25 20:18:09 +00:00
"string-width": "^2.1.1",
"term-mouse": "^0.2.0",
"userhome": "^1.0.0",
"x256": "0.0.2"
2017-12-23 08:17:51 +00:00
},
"devDependencies": {
"eslint": "^4.13.1"
2016-09-18 00:44:31 +00:00
}
}