{
  "name": "zlib-transform",
  "version": "0.0.4",
  "description": "A zlib transform for the BOB streaming protocol.",
  "main": "index.js",
  "scripts": {
    "test-only": "tap test/*.js -J",
    "lint": "standard --verbose",
    "test": "npm run -s lint && npm run -s test-only"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Fishrock123/zlib-transform.git"
  },
  "keywords": [
    "BOB",
    "bob",
    "streams",
    "stream",
    "pull",
    "zlib",
    "transform",
    "compress",
    "compression"
  ],
  "author": "Jeremiah Senkpiel <fishrock123@rocketmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Fishrock123/zlib-transform/issues"
  },
  "homepage": "https://github.com/Fishrock123/zlib-transform#readme",
  "dependencies": {
    "bob-streams": "^0.4.2"
  },
  "devDependencies": {
    "fs-source": "0.0.5",
    "standard": "^14.3.1",
    "tap": "^14.10.5"
  }
}
