{
  "name": "base64-async",
  "version": "2.1.3",
  "description": "Non-blocking chunked Base64 encoding",
  "main": "src/index.js",
  "scripts": {
    "bench": "benchmark/sync-vs-async.js",
    "example": "examples/blocking.js && echo && examples/non-blocking.js",
    "test": "xo && nyc ava",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "xo": {
    "extends": "xo-lukechilds"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukechilds/base64-async.git"
  },
  "keywords": [
    "async",
    "asynchronous",
    "non-blocking",
    "base64",
    "encode",
    "decode"
  ],
  "author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lukechilds/base64-async/issues"
  },
  "homepage": "https://github.com/lukechilds/base64-async",
  "dependencies": {},
  "devDependencies": {
    "ava": "^0.20.0",
    "cli-table": "^0.3.1",
    "coveralls": "^2.13.1",
    "eslint-config-xo-lukechilds": "^1.0.0",
    "minimist": "^1.2.0",
    "nyc": "^11.0.2",
    "pretty-bytes": "^4.0.2",
    "time-span": "^2.0.0",
    "xo": "^0.19.0"
  }
}
