s2-geometry.js/package.json

40 lines
923 B
JSON
Raw Normal View History

2016-07-26 04:42:53 +00:00
{
"name": "s2-geometry",
2018-04-10 15:57:02 +00:00
"version": "1.2.10",
2016-07-26 04:42:53 +00:00
"description": "A pure JavaScript/ES5.1 port of Google/Niantic's S2 Geometry library (used by Ingress, Pokemon GO)",
"main": "src/s2geometry.js",
"scripts": {
2016-07-26 05:48:00 +00:00
"test": "node tests/latlng2cell.js"
2016-07-26 04:42:53 +00:00
},
"repository": {
"type": "git",
2018-04-10 15:57:02 +00:00
"url": "git+https://git.coolaj86.com/coolaj86/s2-geometry.js.git"
2016-07-26 04:42:53 +00:00
},
"keywords": [
"s2",
"geometry",
"s2geometry",
"Niantic",
"Ingress",
"Pokemon",
"GO",
"PokemonGO",
"cellid",
"s2cell",
"s2cellid",
"latitude",
"longitude",
"lat",
"lng"
],
2018-04-10 15:57:02 +00:00
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT or Apache-2 or ISC)",
2016-07-26 04:42:53 +00:00
"bugs": {
2018-04-10 15:57:02 +00:00
"url": "https://git.coolaj86.com/coolaj86/s2-geometry.js/issues"
2016-07-26 04:42:53 +00:00
},
2018-04-10 15:57:02 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/s2-geometry.js#readme",
2016-07-28 00:41:04 +00:00
"dependencies": {
"long": "^3.2.0"
}
2016-07-26 04:42:53 +00:00
}