forked from mapbox/tilelive-overlay
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 888 Bytes
/
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
{
"name": "@kartotherian/tilelive-overlay",
"version": "2.1.0",
"description": "use geojson and simplestyle features rendered with mapnik",
"main": "index.js",
"scripts": {
"test": "tap test/*.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/mapbox/tilelive-overlay.git"
},
"keywords": [
"tilelive",
"mapnik",
"geo",
"overlay"
],
"author": "Tom MacWright",
"license": "ISC",
"bugs": {
"url": "https://github.com/mapbox/tilelive-overlay/issues"
},
"homepage": "https://github.com/mapbox/tilelive-overlay",
"devDependencies": {
"benchmark": "~1.0.0",
"@kartotherian/mapnik": "3.7.3",
"queue-async": "~1.0.7",
"tap": "~0.4.8"
},
"dependencies": {
"@kartotherian/geojson-mapnikify": "^2.1.1",
"@mapbox/sphericalmercator": "~1.0.2"
}
}