{
  "name": "mute",
  "version": "2.0.6",
  "description": "Politely tells stdout and stderr to shut the heck up for a moment.",
  "main": "index.js",
  "scripts": {
    "coveralls": "nyc report -r text-lcov | coveralls",
    "test": "nyc -r html -r text ava test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shannonmoeller/mute"
  },
  "keywords": [
    "mute",
    "stdout",
    "stderr",
    "process",
    "redirect",
    "null"
  ],
  "author": "Shannon Moeller",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shannonmoeller/mute/issues"
  },
  "homepage": "https://github.com/shannonmoeller/mute",
  "devDependencies": {
    "ava": "^0.8.0",
    "coveralls": "^2.11.6",
    "nyc": "^5.0.1"
  }
}
