{
  "name": "shush",
  "version": "1.0.0",
  "description": "Sugar for silencing JSON comments.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "tape test/*.js",
    "cover": "istanbul cover tape -- test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/totherik/shush.git"
  },
  "author": "Erik Toth <totherik@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "tape": "~2.3.2",
    "istanbul": "~0.2.1"
  },
  "dependencies": {
    "strip-json-comments": "~0.1.1",
    "caller": "~0.0.1"
  },
  "bugs": {
    "url": "https://github.com/totherik/shush/issues"
  },
  "homepage": "https://github.com/totherik/shush"
}
