UNPKG

isccw

Version:

validator if polygon is CCW or not

29 lines (28 loc) 588 B
{ "name": "isccw", "version": "2.0.0", "description": "validator if polygon is CCW or not", "main": "index.js", "scripts": { "test": "mocha test.js" }, "repository": { "type": "git", "url": "git+https://github.com/SelimAbidin/isCCW.git" }, "keywords":[ "ccw", "cc", "countr-clockwise", "anti-clockwise" ], "author": "Selim Abidin", "license": "MIT", "bugs": { "url": "https://github.com/SelimAbidin/isCCW/issues" }, "homepage": "https://github.com/SelimAbidin/isCCW#readme", "devDependencies": { "mocha": "^4.0.1" } }