{
  "name": "convex-hull",
  "version": "1.0.3",
  "description": "Any dimensional convex hull",
  "main": "ch.js",
  "dependencies": {
    "affine-hull": "^1.0.0",
    "incremental-convex-hull": "^1.0.1",
    "monotone-convex-hull-2d": "^1.0.1"
  },
  "devDependencies": {
    "tape": "^3.0.3"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mikolalysenko/convex-hull.git"
  },
  "keywords": [
    "convex",
    "hull",
    "any",
    "dimension"
  ],
  "author": "Mikola Lysenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mikolalysenko/convex-hull/issues"
  },
  "homepage": "https://github.com/mikolalysenko/convex-hull"
}
