2018-03-15 06:41:00 +00:00
|
|
|
{
|
2019-06-13 07:55:25 +00:00
|
|
|
"name": "acme-v2",
|
2019-06-15 20:31:03 +00:00
|
|
|
"version": "1.8.2",
|
2019-06-14 07:32:54 +00:00
|
|
|
"description": "A lightweight library for getting Free SSL certifications through Let's Encrypt, using the ACME protocol.",
|
2019-06-13 07:55:25 +00:00
|
|
|
"homepage": "https://git.coolaj86.com/coolaj86/acme-v2.js",
|
|
|
|
"main": "node.js",
|
|
|
|
"scripts": {
|
2019-06-14 07:32:54 +00:00
|
|
|
"test": "node ./test.js"
|
2019-06-13 07:55:25 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "ssh://gitea@git.coolaj86.com:22042/coolaj86/acme-v2.js.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Let's Encrypt",
|
|
|
|
"ACME",
|
|
|
|
"v02",
|
|
|
|
"v2",
|
|
|
|
"draft-11",
|
|
|
|
"draft-12",
|
|
|
|
"free ssl",
|
|
|
|
"tls",
|
|
|
|
"automated https",
|
|
|
|
"letsencrypt"
|
|
|
|
],
|
2019-06-14 07:32:54 +00:00
|
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://solderjs.com/)",
|
2019-06-13 07:55:25 +00:00
|
|
|
"license": "MPL-2.0",
|
|
|
|
"dependencies": {
|
2019-06-14 07:32:54 +00:00
|
|
|
"@root/request": "^1.3.11",
|
|
|
|
"rsa-compat": "^2.0.8"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"dotenv": "^8.0.0"
|
2019-06-13 07:55:25 +00:00
|
|
|
}
|
2018-03-15 06:41:00 +00:00
|
|
|
}
|