ssl-root-cas.js/package.json

40 lines
945 B
JSON
Raw Permalink Normal View History

2014-03-08 00:14:13 +00:00
{
"name": "ssl-root-cas",
2019-01-11 03:28:34 +00:00
"version": "1.3.1",
2014-03-08 00:14:13 +00:00
"description": "The module you need to solve node's SSL woes when including a custom certificate.",
"main": "ssl-root-cas.js",
2014-03-08 00:14:13 +00:00
"scripts": {
"test": "node ca-store-generator.js ssl-root-cas-test.js",
2014-10-29 16:52:24 +00:00
"prepublish": "node ca-store-generator.js ssl-root-cas.js"
2014-03-08 00:14:13 +00:00
},
"files": [
"ca-store-generator.js",
"ssl-root-cas.tpl.js",
"latest.js",
"pems"
],
2014-03-08 00:14:13 +00:00
"repository": {
"type": "git",
2018-02-13 18:55:22 +00:00
"url": "git://git.coolaj86.com/coolaj86/ssl-root-cas.js.git"
2014-03-08 00:14:13 +00:00
},
"keywords": [
"SSL",
"UNABLE_TO_VERIFY_LEAF_SIGNATURE",
"CERT_UNTRUSTED",
"CAS",
"CA",
"ROOT",
"intermediate",
"leaf",
"error"
],
"license": "Apache2",
"bugs": {
2018-02-13 18:55:22 +00:00
"url": "https://git.coolaj86.com/coolaj86/ssl-root-cas.js/issues"
2014-03-08 00:14:13 +00:00
},
2018-02-13 18:55:22 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/ssl-root-cas.js",
2014-03-08 00:14:13 +00:00
"dependencies": {
"@coolaj86/urequest": "^1.3.6"
2014-03-08 00:14:13 +00:00
}
2018-02-13 18:55:22 +00:00
}