forked from bill-chadwick/Leaflet.MetricGrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 775 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
{
"name": "Leaflet.MetricGrid",
"version": "1.0.1",
"description": "A general purpose Metric Grid overlay for Leaflet with ready defined British, Irish Grids and WGS84 UTM grids.",
"main": "Leaflet.MetricGrid.js",
"directories": {
"example": "example",
"lib": "lib"
},
"dependencies": {
"proj4": "^2.6.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/md-seb/Leaflet.MetricGrid.git"
},
"keywords": [],
"author": "Seb Pogorzelski <[email protected]> (metdesk.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/md-seb/Leaflet.MetricGrid/issues"
},
"homepage": "https://github.com/md-seb/Leaflet.MetricGrid#readme"
}