UNPKG

turf-vincenty-direct

Version:
39 lines (38 loc) 841 B
{ "name": "turf-vincenty-direct", "version": "1.0.1", "description": "turf vincenty direct module", "main": "index.js", "scripts": { "test": "tape test.js", "doc": "dox -r < index.js | doxme --readme > README.md" }, "repository": { "type": "git", "url": "https://github.com/Turfjs/turf-vincenty-direct.git" }, "keywords": [ "turf", "vincenty", "direct", "bearing", "miles", "km" ], "author": "jrzimmerman", "license": "MIT", "bugs": { "url": "https://github.com/Turfjs/turf-vincenty-direct/issues" }, "homepage": "https://github.com/Turfjs/turf-vincenty-direct", "devDependencies": { "benchmark": "^1.0.0", "tape": "^3.4.0", "turf-distance": "^1.0.0", "dox": "^0.6.1", "doxme": "^1.4.2" }, "dependencies": { "turf-point": "^2.0.0" } }