UNPKG

768 BJSONView Raw
1{
2 "name": "tiler-engine",
3 "version": "1.0.81",
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 "node-trees": "0.0.2",
15 "priorityqueue": "^0.2.0"
16 },
17 "devDependencies": {},
18 "scripts": {
19 "test": "mocha"
20 },
21 "repository": {
22 "type": "git",
23 "url": "git+https://github.com/psvensson/tiler.git"
24 },
25 "author": "Peter Svensson",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/psvensson/tiler/issues"
29 },
30 "homepage": "https://github.com/psvensson/tiler#readme"
31}