2014-03-08 00:14:13 +00:00
|
|
|
{
|
|
|
|
"name": "ssl-root-cas",
|
2014-10-29 16:52:24 +00:00
|
|
|
"version": "1.1.9-beta",
|
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",
|
|
|
|
"scripts": {
|
2014-06-16 18:11:15 +00:00
|
|
|
"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
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/coolaj86/node-ssl-root-cas.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"SSL",
|
|
|
|
"UNABLE_TO_VERIFY_LEAF_SIGNATURE",
|
|
|
|
"CERT_UNTRUSTED",
|
|
|
|
"CAS",
|
|
|
|
"CA",
|
|
|
|
"ROOT",
|
|
|
|
"intermediate",
|
|
|
|
"leaf",
|
|
|
|
"error"
|
|
|
|
],
|
|
|
|
"license": "Apache2",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/coolaj86/node-ssl-root-cas/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/coolaj86/node-ssl-root-cas",
|
|
|
|
"dependencies": {
|
2014-10-28 22:22:04 +00:00
|
|
|
"es6-promise": "^2.0.0",
|
|
|
|
"request": "^2.47.0"
|
2014-03-08 00:14:13 +00:00
|
|
|
}
|
|
|
|
}
|