epic-geo
Version:
A simple geo information provider library.
34 lines (33 loc) • 697 B
JSON
{
"name": "epic-geo",
"version": "2.0.8",
"description": "A simple geo information provider library.",
"main": "./src/index.js",
"scripts": {
"test": "ts-node test/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Saff-Elli-Khan/epic-geo.git"
},
"keywords": [
"epic",
"geo",
"location",
"latitude",
"longitude",
"currency",
"ip",
"address"
],
"author": "Saif Ali Khan",
"license": "MIT",
"bugs": {
"url": "https://github.com/Saff-Elli-Khan/epic-geo/issues"
},
"homepage": "https://github.com/Saff-Elli-Khan/epic-geo#readme",
"devDependencies": {
"ts-node": "^9.0.0",
"typescript": "^4.1.2"
}
}