init project

This commit is contained in:
root
2026-07-31 13:12:54 -04:00
parent 0da92d5e02
commit f3863f760c
7215 changed files with 1860260 additions and 1 deletions
+38
View File
@@ -0,0 +1,38 @@
{
"name": "split-ca",
"version": "1.0.1",
"description": "Simple module to split a single certificate authority chain file (aka: bundle, ca-bundle, ca-chain, etc.) into an array, as expected by the node.js tls api.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/bushong1/split-ca.git"
},
"keywords": [
"nodejs",
"ca",
"chain",
"ssl",
"tls",
"https",
"certificate",
"authority",
"bundle",
"ca-bundle",
"ca-chain",
"split",
"server"
],
"author": "Charles Bushong",
"license": "ISC",
"bugs": {
"url": "https://github.com/bushong1/split-ca/issues"
},
"homepage": "https://github.com/bushong1/split-ca",
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.1.0"
}
}