{
  "name": "is-base64",
  "version": "0.1.0",
  "description": "Predicate that returns true if base64 string.",
  "main": "is-base64.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/miguelmota/is-base64"
  },
  "keywords": [
    "predicate",
    "base64",
    "mime"
  ],
  "author": "Miguel Mota <hello@miguelmota.com> (http://www.miguelmota.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/miguelmota/is-base64/issues"
  },
  "homepage": "https://github.com/miguelmota/is-base64",
  "devDependencies": {
    "tape": "^4.9.1"
  }
}
