acme.js/package.json

42 lines
860 B
JSON
Raw Normal View History

2018-03-15 06:41:00 +00:00
{
2019-06-13 07:55:25 +00:00
"name": "acme-v2",
2019-10-19 12:07:16 +00:00
"version": "1.8.6",
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": "index.js",
2019-09-04 01:31:09 +00:00
"files": [
"compat.js",
"lib",
"scripts"
],
2019-06-13 07:55:25 +00:00
"scripts": {
2019-09-04 01:31:09 +00:00
"postinstall": "node scripts/postinstall",
2019-06-14 07:32:54 +00:00
"test": "node ./test.js"
2019-06-13 07:55:25 +00:00
},
"repository": {
"type": "git",
2019-07-31 22:02:15 +00:00
"url": "https://git.coolaj86.com/coolaj86/acme-v2.js.git"
2019-06-13 07:55:25 +00:00
},
"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
}