mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-25 01:23:58 +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",
|
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user