mt-geo
Version:
Geodesy representation conversion functions.
35 lines (34 loc) • 790 B
JSON
{
"name": "mt-geo",
"version": "1.0.1",
"description": "Geodesy representation conversion functions.",
"main": "mt-geo.js",
"repository": {
"type": "git",
"url": "https://github.com/peterhaldbaek/mt-geo.git"
},
"keywords": [
"geo",
"geodesy",
"longitude",
"latitude",
"dms",
"bearing"
],
"author": "Peter Haldbæk <peter.haldbaek@gmail.com>",
"contributors": [
"Peter Haldbæk <peter.haldbaek@gmail.com> (https://github.com/peterhaldbaek)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/peterhaldbaek/mt-geo/issues"
},
"homepage": "https://github.com/peterhaldbaek/mt-geo",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jasmine": "^0.6.4"
},
"scripts": {
"test": "grunt test"
}
}