UNPKG

midpoint

Version:

find the midpoint of a line

29 lines (28 loc) 577 B
{ "name": "midpoint", "version": "0.0.2", "description": "find the midpoint of a line", "main": "index.js", "devDependencies": { "tap-spec": "~0.2.0", "tape": "~2.13.1" }, "scripts": { "test": "node test.js | tspec" }, "repository": { "type": "git", "url": "git@github.com:AppGeo/midpoint.git" }, "keywords": [ "geo", "midpoint", "linestring" ], "author": "Calvin Metcalf", "license": "MIT", "bugs": { "url": "https://github.com/AppGeo/midpoint/issues" }, "homepage": "https://github.com/AppGeo/midpoint" }