{
  "name": "say-cheese",
  "version": "0.5.5",
  "description": "Saying cheese from npm",
  "scripts": {
    "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec"
  },
  "main": "./lib/say.js",
  "bin": {
    "cheese": "./bin/say-cheese",
    "please": "./bin/say-please"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ptdorf/say-cheese"
  },
  "keywords": [
    "say",
    "cheese",
    "please"
  ],
  "author": "ptdorf <ptdorf@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ptdorf/say-cheese/issues"
  },
  "homepage": "https://github.com/ptdorf/say-cheese",
  "devDependencies": {
    "coveralls": "^2.11.9",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "mocha-lcov-reporter": "^1.2.0"
  },
  "dependencies": {
    "minimist": "^1.2.0"
  }
}
