{
  "name": "monotone-convex-hull-2d",
  "version": "1.0.1",
  "description": "Robust 2D convex hull algorithm",
  "main": "index.js",
  "directories": {
    "example": "example",
    "test": "test"
  },
  "dependencies": {
    "robust-orientation": "^1.1.3"
  },
  "devDependencies": {
    "tape": "^3.0.0"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mikolalysenko/monotone-convex-hull-2d.git"
  },
  "keywords": [
    "monotone",
    "convex",
    "hull",
    "2d",
    "fast",
    "robust",
    "geometry"
  ],
  "author": "Mikola Lysenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mikolalysenko/monotone-convex-hull-2d/issues"
  },
  "homepage": "https://github.com/mikolalysenko/monotone-convex-hull-2d"
}
