UNPKG

robust-segment-intersect

Version:
53 lines (52 loc) 1.17 kB
{ "name": "robust-segment-intersect", "version": "1.0.1", "description": "Exact arithmetic test for line segment intersection", "main": "segseg.js", "directories": { "test": "test" }, "dependencies": { "robust-orientation": "^1.1.3" }, "devDependencies": { "tape": "~2.4.2" }, "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git://github.com/mikolalysenko/robust-segment-intersect.git" }, "keywords": [ "exact", "robust", "arithmetic", "line", "segment", "intersection" ], "author": "Mikola Lysenko", "license": "MIT", "bugs": { "url": "https://github.com/mikolalysenko/robust-segment-intersect/issues" }, "homepage": "https://github.com/mikolalysenko/robust-segment-intersect", "testling": { "files": "test/*.js", "browsers": [ "ie/8..latest", "firefox/17..latest", "firefox/nightly", "chrome/22..latest", "chrome/canary", "opera/12..latest", "opera/next", "safari/5.1..latest", "ipad/6.0..latest", "iphone/6.0..latest", "android-browser/4.2..latest" ] } }