{
    "name": "@turbowarp/ancient-hull.js",
    "version": "0.2.13",
    "description": "Very old version of hull.js with backported security fixes -- do not use in new projects",
    "homepage": "https://github.com/TurboWarp/hull.js",
    "keywords": [
        "geometry",
        "concave-hull",
        "math",
        "alpha-shape",
        "algorithm"
    ],
    "author": "Andrii Heonia <a.heonia@gmail.com>",
    "repository": {
        "type": "git",
        "url": "git://github.com/TurboWarp/hull.js.git"
    },
    "main": "./src/hull.js",
    "devDependencies": {
        "browserify": "~16.2.3",
        "jshint": "~2.10.2",
        "mocha": "~6.0.2"
    },
    "scripts": {
        "watch": "./node_modules/nodemon/bin/nodemon.js --watch src --exec \"./node_modules/browserify/bin/cmd.js ./src/hull.js --standalone hull > ./dist/hull.js\"",
        "test": "./node_modules/jshint/bin/jshint src/intersect.js && ./node_modules/jshint/bin/jshint src/grid.js && ./node_modules/jshint/bin/jshint src/hull.js && ./node_modules/.bin/mocha -R spec && ./node_modules/browserify/bin/cmd.js ./src/hull.js --standalone hull > ./dist/hull.js"
    },
    "jshintConfig": {
        "forin": false,
        "node": true
    },
    "license": "BSD"
}
