forked from alvarcarto/tilewarm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 990 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
39
40
41
42
43
44
45
{
"name": "@alvarcarto/tilewarm",
"version": "1.2.1",
"description": "A command-line tool to warm up your tile server cache",
"main": "src/index.js",
"bin": {
"tilewarm": "./src/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/alvarcarto/tilewarm.git"
},
"homepage": "https://github.com/alvarcarto/tilewarm",
"keywords": [
"tile",
"cache",
"mapnik",
"map",
"server",
"warm"
],
"scripts": {
"test": "echo \"No tests.\""
},
"author": "Alvar Carto",
"license": "MIT",
"dependencies": {
"@mapbox/tile-cover": "^3.0.2",
"@turf/turf": "^5.1.6",
"bluebird": "^3.5.1",
"chalk": "^4.0.0",
"concurrent-queue": "^7.0.2",
"lodash": "^4.17.4",
"pretty-ms": "^7.0.0",
"promise-retryify": "^1.0.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"yargs": "^11.0.0"
},
"devDependencies": {
"csv": "^2.0.0",
"jimp": "^0.2.28",
"np": "^2.20.1"
}
}