adding coffee-script and adding 'npm start' script

pull/7/head
Michael Straßburger 2016-09-20 23:10:41 +02:00
rodzic f5ff8a4a6b
commit b507627ab3
1 zmienionych plików z 7 dodań i 5 usunięć

Wyświetl plik

@ -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",