UNPKG

compare-angle

Version:
44 lines (43 loc) 904 B
{ "name": "compare-angle", "version": "1.0.1", "description": "Compares two angles with a common edge", "main": "cmpangle.js", "directories": { "test": "test" }, "dependencies": { "robust-product": "^1.0.0", "robust-orientation": "^1.0.2", "robust-sum": "^1.0.0", "signum": "^0.0.0", "two-sum": "^1.0.0" }, "devDependencies": { "tape": "~2.12.3" }, "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git://github.com/mikolalysenko/compare-angle.git" }, "keywords": [ "compare", "angle", "robust", "exact", "arithmetic", "triangle", "geometry", "euclidean", "plane" ], "author": "Mikola Lysenko", "license": "MIT", "bugs": { "url": "https://github.com/mikolalysenko/compare-angle/issues" }, "homepage": "https://github.com/mikolalysenko/compare-angle" }