syswide-cas
Version:
Enable node to use system wide certificate authorities in conjunction with the bundled root CAs
22 lines (21 loc) • 633 B
JSON
{
"name": "syswide-cas",
"version": "5.3.0",
"description": "Enable node to use system wide certificate authorities in conjunction with the bundled root CAs",
"keywords": ["tls", "ca", "root"],
"homepage": "https://github.com/capriza/syswide-cas/",
"author": "Capriza Inc. <backend@capriza.com>",
"maintainers": ["Nadav Fischer <nadav.fischer@capriza.com>"],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/capriza/syswide-cas.git"
},
"bugs": {
"url": "https://github.com/capriza/syswide-cas/issues"
},
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
}