forked from saidabou/carmen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.16 KB
/
package.json
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
47
48
49
{
"name": "carmen",
"description": "Mapnik vector-tile-based geocoder with support for swappable data sources.",
"version": "1.1.1",
"url": "http://github.com/mapbox/carmen",
"author": {
"name": "MapBox",
"url": "http://mapbox.com/",
"email": "info@mapbox.com"
},
"licenses": [
{
"type": "BSD"
}
],
"dependencies": {
"carmen-cache": "0.0.1",
"mapnik": "3.0.x",
"minimist": "0.0.5",
"queue-async": "1.0.x",
"sphericalmercator": "~1.0.1",
"split": "0.2.x",
"tilelive": "5.2.x",
"unidecode": "0.1.3"
},
"devDependencies": {
"bytes": "^1.0.0",
"tape": "^2.13.4",
"mbtiles": "0.4.x",
"tilelive-s3": "~0.14.0",
"benchmark": "~1.0.0"
},
"bin": {
"carmen": "./scripts/carmen.js",
"carmen-analyze": "./scripts/carmen-analyze.js",
"carmen-copy": "./scripts/carmen-copy.js",
"carmen-index": "./scripts/carmen-index.js",
"carmen-verify": "./scripts/carmen-verify.js",
"carmen-wipe": "./scripts/carmen-wipe.js"
},
"main": "./index.js",
"scripts": {
"pretest": "./scripts/install-dbs.sh",
"test": "tape ./test/*.js"
},
"engines": {
"node": "0.10.x"
}
}