{
  "name": "packet-reader",
  "version": "1.0.0",
  "description": "Read binary packets...",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/brianc/node-packet-reader.git"
  },
  "author": "Brian M. Carlson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/brianc/node-packet-reader/issues"
  },
  "homepage": "https://github.com/brianc/node-packet-reader",
  "devDependencies": {
    "mocha": "~1.21.5"
  }

,"_resolved": "https://registry.npmjs.org/packet-reader/-/packet-reader-1.0.0.tgz"
,"_integrity": "sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ=="
,"_from": "packet-reader@1.0.0"
}