greenlock.js/package.json

53 lines
1.2 KiB
JSON
Raw Normal View History

2015-12-12 06:00:31 +00:00
{
"name": "greenlock",
2018-03-21 01:59:18 +00:00
"version": "2.1.19",
2015-12-12 06:00:31 +00:00
"description": "Let's Encrypt for node.js on npm",
2015-12-12 14:20:12 +00:00
"main": "index.js",
2015-12-12 06:00:31 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2017-11-05 14:57:20 +00:00
"url": "git+https://git.coolaj86.com/coolaj86/greenlock.js.git"
2015-12-12 06:00:31 +00:00
},
"keywords": [
"greenlock",
2015-12-12 06:00:31 +00:00
"letsencrypt",
"letsencrypt.org",
"le",
"Let's Encrypt",
"lejs",
"le.js",
"acme",
"node",
"nodejs",
"node.js",
"client"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
2017-11-05 14:57:20 +00:00
"url": "https://git.coolaj86.com/coolaj86/greenlock.js/issues"
2015-12-12 06:00:31 +00:00
},
2017-11-05 14:57:20 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/greenlock.js",
"devDependencies": {
"request": "^2.75.0"
},
2015-12-20 05:19:21 +00:00
"optionalDependencies": {},
2015-12-12 13:11:05 +00:00
"dependencies": {
2016-08-10 02:26:27 +00:00
"asn1js": "^1.2.12",
2015-12-12 15:05:45 +00:00
"bluebird": "^3.0.6",
"certpem": "^1.0.0",
2015-12-15 12:12:15 +00:00
"homedir": "^0.6.0",
2016-08-09 20:08:41 +00:00
"le-acme-core": "^2.0.5",
"le-challenge-fs": "^2.0.2",
"le-challenge-sni": "^2.0.0",
2016-10-11 14:46:57 +00:00
"le-sni-auto": "^2.1.0",
2016-08-10 02:26:27 +00:00
"le-store-certbot": "^2.0.3",
2017-04-10 19:13:06 +00:00
"localhost.daplie.me-certificates": "^1.3.0",
2016-08-08 19:54:27 +00:00
"node.extend": "^1.1.5",
"pkijs": "^1.3.27",
2016-08-09 20:08:41 +00:00
"rsa-compat": "^1.2.1"
2015-12-12 06:38:46 +00:00
}
2015-12-12 06:00:31 +00:00
}