{
  "name": "maybe-callback",
  "version": "2.1.0",
  "description": "Maybe call a callback if it's a function",
  "main": "index.js",
  "scripts": {
    "test": "npm run cover",
    "cover": "istanbul cover --report cobertura --print detail node_modules/.bin/cached-tape -- test/index.js && istanbul check-coverage --branches=100",
    "view-cover": "istanbul report html && opn ./coverage/index.html"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/robskillington/maybe-callback.git"
  },
  "keywords": [
    "utility",
    "events",
    "callbacks"
  ],
  "author": "Rob Skillington",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/robskillington/maybe-callback/issues"
  },
  "homepage": "https://github.com/robskillington/maybe-callback",
  "devDependencies": {
    "cached-tape": "^2.0.0",
    "istanbul": "~0.4.2"
  }
}
