UNPKG

open-geo-words

Version:

Convert coordinates into user-friendly three words

40 lines (39 loc) 981 B
{ "name": "open-geo-words", "version": "1.0.6", "description": "Convert coordinates into user-friendly three words", "homepage": "https://github.com/AliFlux/open-geo-words", "main": "dist/open-geo-words.js", "module": "src/index.js", "scripts": { "test": "npx mocha" }, "repository": { "type": "git", "url": "git+https://github.com/AliFlux/open-geo-words.git" }, "author": "Ali Ashraf <aliashraf@outlook.com>", "license": "MIT", "devDependencies": { "esm": "^3.2.25", "mocha": "^9.2.2", "webpack": "^5.68.0", "webpack-cli": "^4.9.2" }, "bugs": { "url": "https://github.com/AliFlux/open-geo-words/issues" }, "directories": { "example": "examples" }, "dependencies": { "efrt": "^2.5.0", "proj4": "^2.8.0" }, "keywords": [ "coordinates", "what3words", "words", "friendly" ] }