{
  "name": "z32",
  "version": "1.1.0",
  "description": "Encode & decode z-base32",
  "main": "index.js",
  "dependencies": {
    "b4a": "^1.5.3"
  },
  "devDependencies": {
    "base-x": "^4.0.0",
    "base32": "0.0.7",
    "brittle": "^3.1.3",
    "nanobench": "^3.0.0",
    "rfc4648": "^1.5.2",
    "standard": "^17.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mafintosh/z32.git"
  },
  "scripts": {
    "test": "standard && brittle test.js",
    "bench": "node benchmark.js"
  },
  "author": "Mathias Buus (@mafintosh)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mafintosh/z32/issues"
  },
  "homepage": "https://github.com/mafintosh/z32"
}
