adding coffee-script and adding 'npm start' script

This commit is contained in:
Michael Straßburger 2016-09-20 23:10:41 +02:00
parent f5ff8a4a6b
commit b507627ab3

View File

@ -1,24 +1,26 @@
{ {
"name": "termap", "name": "termap",
"version": "0.1.0", "version": "0.1.0",
"description": "OSM Terminal Map", "description": "Terminal Map Viewer",
"main": "termap.coffee", "main": "termap.coffee",
"scripts": { "scripts": {
"start": "./node_modules/coffee-script/bin/coffee termap.coffee",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [ "keywords": [
"map",
"console", "console",
"map",
"terminal", "terminal",
"map", "ascii",
"osm", "osm",
"vector", "vectortile",
"tiles", "render",
"mbtiles" "mbtiles"
], ],
"author": "Michael Straßburger <codepoet@cpan.org>", "author": "Michael Straßburger <codepoet@cpan.org>",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"coffee-script": "^1.10.0",
"drawille-canvas-blessed-contrib": "^0.1.3", "drawille-canvas-blessed-contrib": "^0.1.3",
"keypress": "^0.2.1", "keypress": "^0.2.1",
"pbf": "^3.0.0", "pbf": "^3.0.0",