{
  "name": "fast-varint",
  "version": "1.0.1",
  "description": "a faster varint",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:arj03/fast-varint.git"
  },
  "keywords": [
    "varint",
    "protobuf",
    "encode",
    "decode"
  ],
  "author": "Chris Dickinson <chris@neversaw.us>",
  "contributors": [
    "Anders Rune Jensen <arj03@protonmail.ch>"
  ],
  "license": "MIT",
  "devDependencies": {
    "tape": "^5.5.3"
  }
}
