node-geometry-library
Version:
Javascript Geometry Library provides utility functions for the computation of geometric data on the surface of the Earth. Code ported from Google Maps Android API.
40 lines (39 loc) • 1 kB
JSON
{
"name": "node-geometry-library",
"version": "1.2.6",
"description": "Javascript Geometry Library provides utility functions for the computation of geometric data on the surface of the Earth. Code ported from Google Maps Android API.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "https://github.com/BunHouth/geometry-library.git",
"author": "Bunhouth <bunhouth99@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"typescript": "^3.9.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"example": "babel-node example.js"
},
"keywords": [
"google",
"maps",
"googlemaps",
"geo",
"geocode",
"timezone",
"api",
"client",
"roads",
"directions",
"navigation",
"geometry",
"polyutil",
"sphericalutil"
],
"dependencies": {}
}