From b507627ab377491e64c1050015dbe5a2b54228e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Stra=C3=9Fburger?= Date: Tue, 20 Sep 2016 23:10:41 +0200 Subject: [PATCH] :coffee: adding coffee-script and adding 'npm start' script --- package.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3245a7a..bf25d5a 100644 --- a/package.json +++ b/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 ", "license": "MIT", "dependencies": { + "coffee-script": "^1.10.0", "drawille-canvas-blessed-contrib": "^0.1.3", "keypress": "^0.2.1", "pbf": "^3.0.0",