{
  "name": "binary-encoder",
  "version": "0.4.0",
  "description": "Fast and consistent binary encoding of data structures.",
  "engines": {
    "node": ">=8.9.0"
  },
  "main": "index.js",
  "scripts": {
    "coverage": "nyc --reporter=lcov --reporter=text-summary npm run test",
    "test": "node test.js | node node_modules/faucet/bin/cmd",
    "docs": "node node_modules/jsdoc/jsdoc.js -c jsdoc.json",
    "benchmark": "node benchmark.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/walasek/node-binary-encoder.git"
  },
  "keywords": [
    "nodejs",
    "binary",
    "encoding"
  ],
  "author": "Karol Walasek <coreconviction@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/walasek/node-binary-encoder/issues"
  },
  "homepage": "https://github.com/walasek/node-binary-encoder#readme",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "docdash": "^1.1.1",
    "faucet": "0.0.1",
    "glob": "^7.1.4",
    "jsdoc": "^3.6.2",
    "nyc": "^14.1.1",
    "protocol-buffers": "^4.1.0",
    "zora": "^2.0.1"
  },
  "dependencies": {
    "debug": "^4.1.1",
    "varint": "^5.0.0"
  }
}
