pemify
Version:
Convert certificates to PEM format using OpenSSL.
37 lines (36 loc) • 640 B
JSON
{
"name": "pemify",
"version": "0.1.0",
"description": "Convert certificates to PEM format using OpenSSL.",
"keywords": [
"convert",
"certificate",
"certificates",
"PEM",
"DER",
"X.509",
"X509",
"OpenSSL",
"SSL",
"TLS"
],
"license": "ISC",
"author": "Jakob Krigovsky <jakob@krigovsky.com>",
"files": [
"src/",
"binding.gyp",
"index.js"
],
"repository": "sonicdoe/pemify",
"scripts": {
"test": "standard && ava"
},
"dependencies": {
"bindung": "^1.0.0"
},
"devDependencies": {
"ava": "^0.17.0",
"nan": "^2.4.0",
"standard": "^8.6.0"
}
}