{
  "name": "is-boolean",
  "version": "0.0.2",
  "description": "Predicate that returns true for \"boolean\" values.",
  "main": "is-boolean.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/miguelmota/is-boolean"
  },
  "keywords": [
    "predicate",
    "boolean"
  ],
  "author": "Miguel Mota <hello@miguelmota.com> (http://www.miguelmota.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/miguelmota/is-boolean/issues"
  },
  "homepage": "https://github.com/miguelmota/is-boolean",
  "dependencies": {
    "tape": "^3.0.3"
  }
}
