geolocation-utils
Version:
A utility library for calculations with geolocations
49 lines • 1.1 kB
JSON
{
"name": "geolocation-utils",
"version": "1.2.6",
"description": "A utility library for calculations with geolocations",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"copy-d-ts": "copyfiles --up 1 src/*.d.ts lib",
"build": "babel src -d lib && npm run copy-d-ts",
"prepublishOnly": "npm run build && npm test",
"test": "ava --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/teqplay/geolocation-utils.git"
},
"keywords": [
"geo",
"geolocation",
"location",
"utils"
],
"author": "Teqplay <https://teqplay.nl>",
"license": "MIT",
"homepage": "https://github.com/teqplay/geolocation-utils#readme",
"ava": {
"require": [
"babel-register"
],
"babel": "inherit"
},
"devDependencies": {
"ava": "0.19.1",
"babel-cli": "6.24.1",
"babel-core": "6.24.1",
"babel-preset-es2015": "6.24.1",
"copyfiles": "2.4.1"
},
"dependencies": {
"point-in-polygon": "1.0.1"
},
"resolve": {
"extensions": [
".ts",
".tsx",
".js"
]
}
}