@hooks/geo-location
Version:
React hook to return geo location details
40 lines (39 loc) • 797 B
JSON
{
"name": "@hooks/geo-location",
"description": "React hook to return geo location details",
"keywords": [
"react",
"hooks",
"useGeoLocation",
"geo",
"geographic",
"location",
"position"
],
"version": "0.1.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "typings/index.d.ts",
"typings": "typings/index.d.ts",
"files": [
"cjs",
"esm",
"typings"
],
"author": "Mike Simmonds (https://mike.id)",
"license": "MIT",
"scripts": {
"prepublishOnly": "yarn build",
"build": "node ../../scripts/build"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": ">=16.8"
},
"devDependencies": {
"react": "^16.12.0"
},
"gitHead": "9485d1a74683ee023a7f3894d701ff7c018dd02d"
}