UNPKG

geographic-coordinate-converter

Version:

Geographic latitude longitude coordinate format converter

34 lines (33 loc) 872 B
{ "name": "geographic-coordinate-converter", "version": "1.0.0", "description": "Geographic latitude longitude coordinate format converter", "main": "coordinate-converter.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/javidalpe/coordinate-format-converter.git" }, "keywords": [ "geographic-converter", "coordinate-converter", "coordinate-format" ], "author": "Javier Vidal", "license": "MIT", "bugs": { "url": "https://github.com/javidalpe/coordinate-format-converter/issues" }, "homepage": "https://github.com/javidalpe/coordinate-format-converter#readme", "devDependencies": { "jest": "^23.5.0" }, "dependencies": { "babel-core": "^6.26.3", "babel-jest": "^23.4.2", "babel-preset-env": "^1.7.0", "regenerator-runtime": "^0.12.1" } }