{
  "name": "robust-orientation",
  "version": "1.2.1",
  "description": "Exactly computes the orientation of a tuple of points",
  "main": "orientation.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "robust-scale": "^1.0.2",
    "robust-sum": "^1.0.0",
    "two-product": "^1.0.2",
    "robust-subtract": "^1.0.0"
  },
  "devDependencies": {
    "tape": "^2.12.0"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mikolalysenko/robust-orientation.git"
  },
  "keywords": [
    "robust",
    "orientation",
    "point",
    "predicate",
    "geometry"
  ],
  "author": "Mikola Lysenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mikolalysenko/robust-orientation/issues"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/8..latest",
      "firefox/17..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ]
  }
}
