aureooms/js-convex-hull-2d

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
    "name": "aureooms-js-convex-hull-2d",
    "version": "3.0.0",
    "description": "Convex hull algorithms in R^2 code bricks for JavaScript",
    "homepage": "http://make-github-pseudonymous-again.github.io/js-convex-hull-2d/",
    "license": "AGPL-3.0",
    "main": "js/dist/convex-hull-2d.js",
    "ignore": [
        "js/index.js",
        "js/src",
        "test",
        "pkg.json",
        "package.json",
        ".groc.json",
        ".travis.yml",
        ".gitignore",
        "README.md",
        "inch.json",
        ".codeclimate.yml"
    ]
}