forked from turban/Leaflet.Graticule
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 939 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": "leaflet-polar-graticule",
"version": "0.1.3",
"description": "Grid of latitidue and longitude lines, with support for polar map projections",
"type": "module",
"main": "L.Graticule.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npx rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anton-seaice/Leaflet.PolarGraticule.git"
},
"keywords": [
"leaflet",
"graticule",
"antarctica"
],
"author": "Anton Steketee",
"license": "MIT",
"bugs": {
"url": "https://github.com/anton-seaice/Leaflet.PolarGraticule/issues"
},
"homepage": "https://github.com/anton-seaice/Leaflet.PolarGraticule#readme",
"dependencies": {
"leaflet-textpath": "^1.2.3"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"rollup": "^3.7.3"
}
}