forked from mapbox/tilelive-vector
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.17 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": "@kartotherian/tilelive-vector",
"version": "4.0.3-alpha.0",
"main": "./index.js",
"description": "Vector tile => raster tile backend for tilelive",
"repository": {
"type": "git",
"url": "git://github.com/mapbox/tilelive-vector.git"
},
"licenses": [
{
"type": "BSD"
}
],
"contributors": [
"Yuri Astrakhan <[email protected]>"
],
"dependencies": {
"@mapbox/sphericalmercator": "~1.0.5",
"@mapbox/tilelive": "~5.12.0",
"@mapbox/tiletype": "0.3.x",
"aws-sdk": "^2.2.30",
"numeral": "~1.5.3",
"request": "~2.83.0",
"s3urls": "^1.3.0",
"spherical": "~0.1.0",
"tar": "~2.2.1",
"tilelive-promise": "^2.0.0",
"underscore": "~1.8.0"
},
"devDependencies": {
"@mapbox/mapbox-studio-default-style": "2.0.0",
"@mapbox/tilejson": "^1.1.0",
"coveralls": "~2.11.2",
"istanbul": "~0.3.17",
"simple-statistics": "~0.8.0",
"tape": "2.13.x"
},
"peerDependencies": {
"@kartotherian/mapnik": "~3.7.3"
},
"scripts": {
"test": "tape test/*.js",
"coverage": "istanbul cover tape test/*.js && coveralls < ./coverage/lcov.info"
},
"engine": {
"node": ">4.0.0"
}
}