{
  "name": "ssl-root-cas",
  "version": "1.3.1",
  "description": "The module you need to solve node's SSL woes when including a custom certificate.",
  "main": "ssl-root-cas.js",
  "scripts": {
    "test": "node ca-store-generator.js ssl-root-cas-test.js",
    "prepublish": "node ca-store-generator.js ssl-root-cas.js"
  },
  "files": [
    "ca-store-generator.js",
    "ssl-root-cas.tpl.js",
    "latest.js",
    "pems"
  ],
  "repository": {
    "type": "git",
    "url": "git://git.coolaj86.com/coolaj86/ssl-root-cas.js.git"
  },
  "keywords": [
    "SSL",
    "UNABLE_TO_VERIFY_LEAF_SIGNATURE",
    "CERT_UNTRUSTED",
    "CAS",
    "CA",
    "ROOT",
    "intermediate",
    "leaf",
    "error"
  ],
  "license": "Apache2",
  "bugs": {
    "url": "https://git.coolaj86.com/coolaj86/ssl-root-cas.js/issues"
  },
  "homepage": "https://git.coolaj86.com/coolaj86/ssl-root-cas.js",
  "dependencies": {
    "@coolaj86/urequest": "^1.3.6"
  }
}
