{
  "name": "seek-bzip",
  "version": "0.0.3",
  "author": "Eli Skeggs, C. Scott Ananian, Kevin Kwok",
  "description": "a pure-javascript Node.JS module for decoding bzip2 data",
  "main": "./seek-bzip/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/cscott/seek-bzip.git"
  },
  "license": "LGPL 2.1",
  "directories": {
    "test": "test"
  },
  "dependencies": {
  },
  "devDependencies": {
    "mocha": "~1.8.1"
  },
  "scripts": {
    "test": "mocha"
  }
}
