{
  "name": "snap-points-2d",
  "version": "4.0.0",
  "description": "snap round 2d points",
  "main": "snap.js",
  "scripts": {
    "test": "tape test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mikolalysenko/snap-points-2d.git"
  },
  "keywords": [
    "snap",
    "round",
    "iterated",
    "plot",
    "2d",
    "data",
    "vis"
  ],
  "author": "Mikola Lysenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mikolalysenko/snap-points-2d/issues"
  },
  "homepage": "https://github.com/mikolalysenko/snap-points-2d#readme",
  "devDependencies": {
    "almost-equal": "^1.0.0",
    "gauss-random": "^1.0.1",
    "math-float64-bits": "^1.0.1",
    "tape": "^4.2.0",
    "typedarray-pool": "^1.1.0"
  },
  "dependencies": {
    "array-bounds": "^1.0.1"
  }
}
