{
  "name": "clz-buffer",
  "version": "1.0.0",
  "description": "Count leading zeros in a Buffer (clz)",
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {
    "tape": "^4.8.0"
  },
  "scripts": {
    "test": "tape test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emilbayes/clz-buffer.git"
  },
  "keywords": [
    "clz",
    "nlz",
    "leading",
    "zeros",
    "buffer",
    "uint8array",
    "typedarray",
    "array"
  ],
  "author": "Emil Bay <github@tixz.dk>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/emilbayes/clz-buffer/issues"
  },
  "homepage": "https://github.com/emilbayes/clz-buffer#readme"
}
