{
  "name": "is-blank",
  "version": "0.0.1",
  "description": "Check whether a value is empty or blank, includes string whitespace support.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/johnotander/is-blank.git"
  },
  "keywords": [
    "string",
    "blank",
    "whitespace",
    "object",
    "array",
    "empty"
  ],
  "author": "John Otander <johnotander@gmail.com> (http://johnotander.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/johnotander/is-blank/issues"
  },
  "homepage": "https://github.com/johnotander/is-blank",
  "devDependencies": {
    "mocha": "^2.0.1"
  },
  "dependencies": {
    "is-empty": "0.0.1",
    "is-whitespace": "^0.2.0"
  }
}
