{
  "name": "bisect",
  "version": "1.0.0",
  "description": "Floating point binary search",
  "main": "bisect.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {},
  "devDependencies": {
    "tape": "^2.12.3"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mikolalysenko/bisect.git"
  },
  "keywords": [
    "binary",
    "search",
    "bisect",
    "root",
    "finding"
  ],
  "author": "Mikola Lysenko",
  "license": "MIT",
  "readmeFilename": "README.md",
  "gitHead": "f167311bfa0115986edd67744aa386fd0f324f06"
}
