40 lines
		
	
	
		
			872 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			872 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "s2-geometry",
 | 
						|
  "version": "1.2.9",
 | 
						|
  "description": "A pure JavaScript/ES5.1 port of Google/Niantic's S2 Geometry library (used by Ingress, Pokemon GO)",
 | 
						|
  "main": "src/s2geometry.js",
 | 
						|
  "scripts": {
 | 
						|
    "test": "node tests/latlng2cell.js"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://github.com/Daplie/s2-geometry.js.git"
 | 
						|
  },
 | 
						|
  "keywords": [
 | 
						|
    "s2",
 | 
						|
    "geometry",
 | 
						|
    "s2geometry",
 | 
						|
    "Niantic",
 | 
						|
    "Ingress",
 | 
						|
    "Pokemon",
 | 
						|
    "GO",
 | 
						|
    "PokemonGO",
 | 
						|
    "cellid",
 | 
						|
    "s2cell",
 | 
						|
    "s2cellid",
 | 
						|
    "latitude",
 | 
						|
    "longitude",
 | 
						|
    "lat",
 | 
						|
    "lng"
 | 
						|
  ],
 | 
						|
  "author": "AJ ONeal <aj@daplie.com> (https://coolaj86.com/)",
 | 
						|
  "license": "ISC",
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/Daplie/s2-geometry.js/issues"
 | 
						|
  },
 | 
						|
  "homepage": "https://github.com/Daplie/s2-geometry.js#readme",
 | 
						|
  "dependencies": {
 | 
						|
    "long": "^3.2.0"
 | 
						|
  }
 | 
						|
}
 |