aureooms/js-convex-hull-2d

View on GitHub
pkg.json

Summary

Maintainability
Test Coverage
{
    "name": "convex-hull-2d",
    "code": {
        "main": [
            "js",
            "dist",
            "convex-hull-2d.js"
        ],
        "test": [
            "test",
            "js"
        ]
    },
    "src": "js/src/",
    "debug": false,
    "out": "js/dist/",
    "babel": true
}