UNPKG

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