-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 882 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 882 Bytes
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
{
"name": "@raha.group/s2-geometry",
"version": "1.0.7",
"description": "A native JavaScript port of Google's S2 Geometry library",
"main": "main.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"s2-geometry",
"geometry",
"coordinates",
"spatial index",
"geohash",
"geocode",
"proximity",
"nearby",
"geo-query",
"geo-location",
"position",
"distance",
"k-nn",
"realtime"
],
"contributors": [
"Mahdi NezaratiZadeh"
],
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://groups.google.com/d/forum/rahagroup"
},
"homepage": "https://raha.group",
"funding": [
{
"type" : "paypal",
"url" : "https://paypal.com/cgi-bin/webscr?cmd=_donations&business=RZC8HCR5SPGQY&item_name=Contribute+to+Raha%27s+ongoing+maintenance+and+development¤cy_code=USD&source=url"
}
]
}