{
  "name": "good-requests-filter",
  "version": "0.1.0",
  "description": "Simple transform stream for filtering specific resuqest logging with good",
  "main": "lib/index.js",
  "scripts": {
    "test": "lab -m 5000 -t 100 -v -La code"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elegantmonkeys/good-requests-filter.git"
  },
  "keywords": [
    "good",
    "good-reporter",
    "transform-stream",
    "request"
  ],
  "license": "BSD-3-Clause",
  "engines": {
    "node": ">=4.0.0"
  },
  "bugs": {
    "url": "https://github.com/elegantmonkeys/good-requests-filter/issues"
  },
  "homepage": "https://github.com/elegantmonkeys/good-requests-filter#readme",
  "devDependencies": {
    "code": "^2.2.0",
    "lab": "^10.3.1"
  }
}
