summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 4f423d3fd36e3140f4e6523518768ea0389af94d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
  "name": "mapscii",
  "version": "0.1.3",
  "description": "Terminal Map Viewer",
  "main": "main.js",
  "scripts": {
    "start": "node main",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rastapasta/mapscii.git"
  },
  "bin": {
    "mapscii": "./bin/mapscii.sh"
  },
  "engines" : {
    "node" : ">=4.5.0"
  },
  "keywords": [
    "map",
    "console",
    "terminal",
    "ascii",
    "osm",
    "vectortile",
    "mbtiles"
  ],
  "author": "Michael Straßburger <codepoet@cpan.org>",
  "license": "MIT",
  "dependencies": {
    "bluebird": "^3.4.6",
    "bresenham": "0.0.4",
    "coffee-script": "^1.10.0",
    "earcut": "^2.1.1",
    "keypress": "^0.2.1",
    "node-fetch": "^1.6.3",
    "pbf": "^3.0.0",
    "rbush": "^2.0.1",
    "simplify-js": "^1.2.1",
    "term-mouse": "^0.1.1",
    "userhome": "^1.0.0",
    "vector-tile": "^1.3.0",
    "x256": "0.0.2"
  }
}