Compare commits

..

4 Commits

Author SHA1 Message Date
AJ ONeal
7a10f5b562 rebrand 2018-04-10 09:57:02 -06:00
AJ ONeal
e7ecb48449 auto-update banner 2016-12-30 02:41:07 -07:00
AJ ONeal
441c693bad auto-update ad 2016-12-30 02:23:27 -07:00
AJ ONeal
e67bb19828 Update README.md 2016-11-25 10:39:15 -07:00
2 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,8 @@
s2-geometry (JavaScript/ES5.1) s2-geometry (JavaScript/ES5.1)
====================== ======================
| Sponsored by [ppl](https://ppl.family)
A pure JavaScript/ES5.1 port of Google/Niantic's S2 Geometry library (as used by **Ingress**, **Pokemon GO**) A pure JavaScript/ES5.1 port of Google/Niantic's S2 Geometry library (as used by **Ingress**, **Pokemon GO**)
Currently contains basic support for S2Cell Currently contains basic support for S2Cell

View File

@ -1,6 +1,6 @@
{ {
"name": "s2-geometry", "name": "s2-geometry",
"version": "1.2.9", "version": "1.2.10",
"description": "A pure JavaScript/ES5.1 port of Google/Niantic's S2 Geometry library (used by Ingress, Pokemon GO)", "description": "A pure JavaScript/ES5.1 port of Google/Niantic's S2 Geometry library (used by Ingress, Pokemon GO)",
"main": "src/s2geometry.js", "main": "src/s2geometry.js",
"scripts": { "scripts": {
@ -8,7 +8,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/Daplie/s2-geometry.js.git" "url": "git+https://git.coolaj86.com/coolaj86/s2-geometry.js.git"
}, },
"keywords": [ "keywords": [
"s2", "s2",
@ -27,12 +27,12 @@
"lat", "lat",
"lng" "lng"
], ],
"author": "AJ ONeal <aj@daplie.com> (https://coolaj86.com/)", "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "ISC", "license": "(MIT or Apache-2 or ISC)",
"bugs": { "bugs": {
"url": "https://github.com/Daplie/s2-geometry.js/issues" "url": "https://git.coolaj86.com/coolaj86/s2-geometry.js/issues"
}, },
"homepage": "https://github.com/Daplie/s2-geometry.js#readme", "homepage": "https://git.coolaj86.com/coolaj86/s2-geometry.js#readme",
"dependencies": { "dependencies": {
"long": "^3.2.0" "long": "^3.2.0"
} }