-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
41 lines (41 loc) · 952 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
37
38
39
40
41
{
"name": "leaflet.tilelayer.fallback",
"_name": "Leaflet.TileLayer.Fallback",
"version": "1.0.4",
"_year": "2015-2018",
"description": "Replaces missing Tiles (404 error) by scaled lower zoom Tiles",
"main": "dist/leaflet.tilelayer.fallback",
"files": [
"dist/*.js",
"dist/*.map"
],
"directories": {
"example": "examples"
},
"scripts": {
"build": "jake build",
"prepublish": "jake"
},
"repository": {
"type": "git",
"url": "https://github.com/ghybs/Leaflet.TileLayer.Fallback.git"
},
"keywords": [
"leaflet",
"tiles",
"404",
"error",
"fallback"
],
"author": "Boris Seang",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ghybs/Leaflet.TileLayer.Fallback/issues"
},
"homepage": "https://github.com/ghybs/Leaflet.TileLayer.Fallback",
"devDependencies": {
"git-rev": "^0.2.1",
"magic-string": "^0.16.0",
"uglify-js": "^2.7.3"
}
}