{
  "name": "check-env",
  "version": "1.3.0",
  "description": "Makes sure that all required environment variables are set.",
  "repository": {
    "type": "git",
    "url": "git@github.com:ekmartin/check-env.git"
  },
  "main": "index.js",
  "bin": "bin.js",
  "scripts": {
    "lint": "jshint --exclude-path .gitignore .",
    "mocha": "istanbul cover _mocha && istanbul report cobertura",
    "test": "npm run lint && npm run mocha"
  },
  "author": "Martin Ek <mail@ekmartin.com>",
  "license": "MIT",
  "devDependencies": {
    "istanbul": "^0.4.2",
    "jshint": "^2.6.0",
    "mocha": "^3.1.1"
  },
  "dependencies": {
    "cowsay": "^1.1.9"
  }
}
