2016-07-26 04:44:38 +00:00
|
|
|
{
|
|
|
|
"name": "s2-geometry",
|
|
|
|
"description": "A pure JavaScript/ES5.1 port of Google/Niantic's S2 Geometry library (used by Ingress, Pokemon GO)",
|
|
|
|
"main": "src/s2geometry.js",
|
|
|
|
"authors": [
|
|
|
|
"AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)"
|
|
|
|
],
|
|
|
|
"license": "ISC",
|
|
|
|
"keywords": [
|
|
|
|
"s2",
|
|
|
|
"geometry",
|
|
|
|
"s2geometry",
|
|
|
|
"Niantic",
|
|
|
|
"Ingress",
|
|
|
|
"Pokemon",
|
|
|
|
"GO",
|
|
|
|
"PokemonGO",
|
|
|
|
"cellid",
|
|
|
|
"s2cell",
|
|
|
|
"s2cellid",
|
|
|
|
"latitude",
|
|
|
|
"longitude",
|
|
|
|
"lat",
|
|
|
|
"lng"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/coolaj86/s2-geometry-javascript",
|
|
|
|
"moduleType": [
|
|
|
|
"globals",
|
|
|
|
"node"
|
|
|
|
],
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
2016-08-16 19:19:30 +00:00
|
|
|
],
|
2016-08-18 05:35:26 +00:00
|
|
|
"version": "1.2.9"
|
2016-07-26 04:44:38 +00:00
|
|
|
}
|