find-root-ca-cert/package.json

19 lines
347 B
JSON
Raw Normal View History

2019-04-18 14:34:14 +00:00
{
"name": "find-root-ca-cert",
2021-06-10 11:47:56 +00:00
"version": "1.0.1",
2019-04-18 14:34:14 +00:00
"description": "Finds the first available local CA certificate on Linux machines",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"ca",
"root",
"root-ca",
"find",
"pem"
],
"author": "Nemo <me@captnemo.in>",
"license": "MIT"
}