{
  "name": "le-challenge-sni",
  "version": "2.0.1",
  "description": "A strategy for node-letsencrypt for setting, retrieving, and clearing ACME challenges by registering self-signed certs with the SNI handler.",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/insightfuls/le-challenge-sni.git"
  },
  "keywords": [
    "le-challenge",
    "le-challenge-",
    "sni",
    "tls-sni-01",
    "tls-sni-02",
    "ACME",
    "letsencrypt",
    "certbot"
  ],
  "author": "Ben Schmidt",
  "license": "(MIT OR Apache-2.0)",
  "bugs": {
    "url": "https://github.com/insightfuls/le-challenge-sni/issues"
  },
  "homepage": "https://github.com/insightfuls/le-challenge-sni#readme",
  "dependencies": {
    "le-tls-sni": "^0.1.0"
  }
}
