{
  "name": "is-null-like",
  "version": "1.0.3",
  "description": "A simple javascript function that will return true if the value is null like (aka undefined or null)",
  "main": "index.js",
  "scripts": {
    "beautify": "esbeautifier './index.js' './specs/**/*.js'",
    "beautify-check": "esbeautifier -k './index.js' './specs/**/*.js'",
    "eslint": "eslinter './index.js' './specs/**/*.js'",
    "lint": "npm run beautify && npm run eslint",
    "test": "mocha-runner './specs/**/*.js'",
    "cover": "istanbul cover -x specs/**/*.js mocha-runner './specs/**/*.js' html text-summary",
    "watch": "watch-spawn -i -p npm run cover",
    "check": "npm run beautify-check && npm run eslint",
    "prepush": "npm run check && npm run test",
    "changelog": "changelogx -f markdown -o ./changelog.md && git add ./changelog.md && git commit -m 'DOC: Generate Changelog'",
    "install-hooks": "prepush install && changelogx install-hook",
    "bump": "bumpery --verify='npm run check'"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/royriojas/is-null-like"
  },
  "license": "MIT",
  "author": "Roy Riojas (http://royriojas.com)",
  "prepush": [
    "npm run check"
  ],
  "devDependencies": {
    "bumpery": "^1.0.7",
    "changelogx": "^1.0.13",
    "esbeautifier": "^3.1.3",
    "eslinter": "^2.0.1",
    "istanbul": "^0.3.17",
    "mocha-runner": "^1.0.8",
    "prepush": "^2.0.4",
    "proxyquire": "^1.6.0",
    "watch-spawn": "^1.0.3"
  },
  "dependencies": {},
  "changelogx": {
    "ignoreRegExp": [
      "BLD: Release",
      "DOC: Generate Changelog",
      "Generated Changelog",
      "REF: formatted missing files"
    ],
    "issueIDRegExp": "#(\\d+)",
    "commitURL": "https://github.com/royriojas/is-null-like/commit/{0}",
    "authorURL": "https://github.com/{0}",
    "issueIDURL": "https://github.com/royriojas/is-null-like/issues/{0}",
    "projectName": "is-null-like"
  },
  "bugs": {
    "url": "https://github.com/royriojas/is-null-like/issues"
  },
  "homepage": "https://github.com/royriojas/is-null-like",
  "keywords": [
    "is null",
    "is undefined",
    "utility",
    "is null or undefined",
    "is null like"
  ]
}
