mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-21 15:43:08 +01:00
☕ adding coffee-script and adding 'npm start' script
This commit is contained in:
parent
f5ff8a4a6b
commit
b507627ab3
12
package.json
12
package.json
@ -1,24 +1,26 @@
|
||||
{
|
||||
"name": "termap",
|
||||
"version": "0.1.0",
|
||||
"description": "OSM Terminal Map",
|
||||
"description": "Terminal Map Viewer",
|
||||
"main": "termap.coffee",
|
||||
"scripts": {
|
||||
"start": "./node_modules/coffee-script/bin/coffee termap.coffee",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [
|
||||
"map",
|
||||
"console",
|
||||
"map",
|
||||
"terminal",
|
||||
"map",
|
||||
"ascii",
|
||||
"osm",
|
||||
"vector",
|
||||
"tiles",
|
||||
"vectortile",
|
||||
"render",
|
||||
"mbtiles"
|
||||
],
|
||||
"author": "Michael Straßburger <codepoet@cpan.org>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"coffee-script": "^1.10.0",
|
||||
"drawille-canvas-blessed-contrib": "^0.1.3",
|
||||
"keypress": "^0.2.1",
|
||||
"pbf": "^3.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user