-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (53 loc) · 1.15 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "vgridjs",
"type": "module",
"version": "1.0.16",
"description": "DGGS Visualization for MapLibre GL JS",
"main": "index.js",
"exports": {
".": "./index.js",
"./Geohash/GeohashGrid": "./Geohash/GeohashGrid.js",
"./Maidenhead/MaidenheadGrid": "./Maidenhead/MaidenheadGrid.js",
"./MGRS/MGRSGrid": "./MGRS/MGRSGrid.js",
"./H3/H3Grid": "./H3/H3Grid.js",
"./S2/S2Grid": "./S2/S2Grid.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thangqd/vgridjs.git"
},
"keywords": [
"DGGS",
"Rhealpix",
"Eaggr",
"ISEA4T",
"OpenLocationCode",
"OLC",
"Plus code",
"MGRS",
"Geohash",
"GEOREF",
"S2",
"H3",
"Tilecode",
"Maidenhead",
"GARS"
],
"author": "Thang Quach",
"license": "ISC",
"bugs": {
"url": "https://github.com/thangqd/vgridjs/issues"
},
"homepage": "https://github.com/thangqd/vgridjs#readme",
"dependencies": {
"d3": "^7.9.0",
"maplibre-gl": "^4.7.1",
"s2-geometry": "^1.2.10"
},
"devDependencies": {
"jest": "^29.7.0"
}
}