{
  "name": "certpem",
  "version": "1.1.3",
  "description": "Read basic info (subject, altnames, expiresAt, issuedAt) from a cert.pem / x509 certificate (tls / ssl / https) ",
  "main": "index.js",
  "bin": {
    "certpem": "bin/certpem.js"
  },
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://git.coolaj86.com/coolaj86/cert-info.js.git"
  },
  "keywords": [
    "cert.pem",
    "cert",
    "certificate",
    "x509",
    "subject",
    "altnames",
    "notBefore",
    "notAfter",
    "issuedAt",
    "expiresAt",
    "expired",
    "expires",
    "issued",
    "asn1"
  ],
  "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://git.coolaj86.com/coolaj86/cert-info.js/issues"
  },
  "homepage": "https://git.coolaj86.com/coolaj86/cert-info.js",
  "dependencies": {
    "asn1js": "^1.2.12",
    "pkijs": "^1.3.27"
  }
}
