-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 803 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 803 Bytes
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
{
"name": "tile-squirrel",
"version": "1.6.5",
"description": "Tile Squirrel reads from a rabbit queue and cache tiles from a tilelive source to a tilelive sink",
"main": "lib/cacher.js",
"bin": "bin/squirrel.js",
"author": "Jesse Crocker <Jesse@GaiaGPS.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/trailbehind/tile-squirrel.git"
},
"bugs": "https://github.com/trailbehind/tile-squirrel/issues",
"homepage": "https://github.com/trailbehind/tile-squirrel/",
"scripts": {},
"dependencies": {
"async": "^2.3.0",
"debug": "^2.1.0",
"nomnom": "^1.8.1",
"q": "1.4.x",
"rabbit.js": "0.4.x",
"@mapbox/sphericalmercator": "1.x",
"split": "1.x",
"@mapbox/tilelive": "5.x",
"tilelive-modules": "0.x"
}
}