-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
43 lines (43 loc) · 959 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
{
"name": "tilemantle",
"version": "1.2.0",
"description": "Utility to warm up your tile server's cache",
"main": "index.js",
"scripts": {
"test": "mocha -R tap"
},
"bin": {
"tilemantle": "./bin/tilemantle.js"
},
"repository": {
"type": "git",
"url": "https://github.com/naturalatlas/tilemantle.git"
},
"keywords": [
"map",
"tiles",
"server",
"cache"
],
"author": "Brian Reavis <[email protected]>",
"license": "Apache License v2.0",
"bugs": {
"url": "https://github.com/naturalatlas/tilemantle/issues"
},
"homepage": "https://github.com/naturalatlas/tilemantle",
"dependencies": {
"async": "0.9.0",
"chalk": "0.5.1",
"humanize-duration": "2.4.0",
"numeral": "1.5.3",
"progress": "1.1.8",
"request": "2.51.0",
"tile-cover": "2.4.0",
"turf": "2.0.2",
"yargs": "1.3.3"
},
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.0.1"
}
}