UNPKG

741 BJSONView Raw
1{
2 "name": "tiler-engine",
3 "version": "1.0.64",
4 "description": "A tile engine which stores a sparse area of zones in a lru and makes adressable a MAXINTxMAXINT area",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "dependencies": {
10 "area-qt": "^1.0.2",
11 "lru": "^3.0.0",
12 "lru-cache": "^4.0.2",
13 "node-promise": "^0.5.12",
14 "priorityqueue": "^0.2.0"
15 },
16 "devDependencies": {},
17 "scripts": {
18 "test": "mocha"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/psvensson/tiler.git"
23 },
24 "author": "Peter Svensson",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/psvensson/tiler/issues"
28 },
29 "homepage": "https://github.com/psvensson/tiler#readme"
30}