greenlock.js/package.json

54 lines
1.1 KiB
JSON
Raw Normal View History

2019-10-20 08:51:19 +00:00
{
"name": "@root/greenlock",
2019-10-29 05:18:13 +00:00
"version": "3.0.2",
2019-10-20 08:51:19 +00:00
"description": "The easiest Let's Encrypt client for Node.js and Browsers",
"homepage": "https://rootprojects.org/greenlock/",
"main": "greenlock.js",
"browser": {},
"files": [
"*.js",
"lib",
2019-10-28 09:36:04 +00:00
"bin",
2019-10-20 08:51:19 +00:00
"dist"
],
"scripts": {
"build": "nodex bin/bundle.js",
"lint": "jshint lib bin",
"test": "node server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
2019-10-21 23:16:32 +00:00
"url": "https://git.rootprojects.org/root/greenlock.js.git"
2019-10-20 08:51:19 +00:00
},
"keywords": [
"Let's Encrypt",
2019-10-21 23:16:32 +00:00
"ACME",
2019-10-20 08:51:19 +00:00
"browser",
"EC",
"RSA",
"CSR",
"greenlock",
"VanillaJS",
"ZeroSSL"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
"dependencies": {
2019-10-28 09:36:04 +00:00
"@root/acme": "^3.0.6",
2019-10-20 08:51:19 +00:00
"@root/csr": "^0.8.1",
"@root/keypairs": "^0.9.0",
"@root/mkdirp": "^1.0.0",
"@root/request": "^1.3.10",
2019-10-29 05:18:13 +00:00
"acme-http-01-standalone": "^3.0.5",
2019-10-20 08:51:19 +00:00
"cert-info": "^1.5.1",
2019-10-28 09:36:04 +00:00
"greenlock-manager-fs": "^0.6.0",
"greenlock-store-fs": "^3.2.0",
2019-10-20 08:51:19 +00:00
"safe-replace": "^1.1.0"
},
"devDependencies": {
"dotenv": "^8.2.0",
"punycode": "^1.4.1"
}
}