{
  "name": "bufio",
  "version": "1.2.3",
  "description": "Buffer and serialization utilities for javascript",
  "keywords": [
    "buffer",
    "serialization"
  ],
  "license": "MIT",
  "repository": "git://github.com/bcoin-org/bufio.git",
  "homepage": "https://github.com/bcoin-org/bufio",
  "bugs": {
    "url": "https://github.com/bcoin-org/bufio/issues"
  },
  "author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
  "main": "./lib/bufio.js",
  "scripts": {
    "lint": "eslint lib/ test/",
    "lint-types": "tsc -p .",
    "test": "bmocha --reporter spec test/*-test.js"
  },
  "devDependencies": {
    "bmocha": "^2.2.1",
    "bts-type-deps": "^0.0.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "browser": {
    "./lib/custom": "./lib/custom-browser.js"
  }
}
