{
  "name": "certbot-wrapper",
  "version": "0.0.0",
  "description": "A thin Node.js wrapper around the certbot command-line tool",
  "main": "index.js",
  "dependencies": {
    "command-exists": "^1.0.2",
    "to-flags": "^0.2.0",
    "xtend": "^4.0.1"
  },
  "devDependencies": {},
  "scripts": {
    "test": "standard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sethvincent/certbot-wrapper.git"
  },
  "keywords": [
    "certbot",
    "letsencrypt",
    "ssl",
    "https"
  ],
  "author": "sethvincent",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sethvincent/certbot-wrapper/issues"
  },
  "homepage": "https://github.com/sethvincent/certbot-wrapper#readme"
}
