-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 876 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
{
"name": "tilelive-utfgrid",
"version": "0.2.0",
"description": "A tilelive provider that treats grids as tiles",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "Seth Fitzsimmons <[email protected]>",
"license": "ISC",
"homepage": "https://github.com/mojodna/tilelive-utfgrid",
"bugs": "https://github.com/mojodna/tilelive-utfgrid/issues",
"repository": {
"type": "git",
"url": "https://github.com/mojodna/tilelive-utfgrid.git"
},
"devDependencies": {
"tilelive": "^4.5.3",
"mbtiles": "^0.2.9",
"mocha": "^1.18.0",
"async": "^0.2.10",
"tilelive-cache": "mojodna/tilelive-cache"
},
"jshintConfig": {
"node": true,
"globalstrict": true,
"curly": true,
"sub": true,
"indent": 2,
"newcap": true,
"white": false,
"undef": true,
"unused": true,
"maxlen": 100
}
}