-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
35 lines (35 loc) · 1.01 KB
/
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
{
"name": "leaflet-tilejson",
"version": "1.0.0",
"description": "TileJSON integration for Leaflet, with extension for local projections using Proj4Leaflet",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"examples": "browserify -r leaflet:1.0.1 -r proj4leaflet:1.0.3 index.js -o dist.js"
},
"repository": {
"type": "git",
"url": "git://github.com/kartena/leaflet-tilejson.git"
},
"keywords": [
"TileJSON",
"Leaflet",
"Proj4"
],
"author": "Per Liedman <per.liedman@kartena.se>",
"contributors": [
"Peter Thorin (https://github.com/pthorin)",
"Jan Pieter Waagmeester (https://github.com/jieter)",
"Robbie Trencheny (https://github.com/robbiet480)",
"Patrik Norman (https://github.com/patsy)",
"Gabe Smedresman (https://github.com/gabesmed)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kartena/leaflet-tilejson/issues"
},
"dependencies": {}
}