2015-12-12 06:00:31 +00:00
|
|
|
{
|
2017-01-18 00:21:15 +00:00
|
|
|
"name": "greenlock",
|
2017-01-18 00:21:32 +00:00
|
|
|
"version": "2.1.9",
|
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-01-18 00:21:15 +00:00
|
|
|
"url": "git+https://git.daplie.com/Daplie/node-greenlock.git"
|
2015-12-12 06:00:31 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2017-01-18 00:21:15 +00:00
|
|
|
"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-01-18 00:21:15 +00:00
|
|
|
"url": "https://git.daplie.com/Daplie/node-greenlock/issues"
|
2015-12-12 06:00:31 +00:00
|
|
|
},
|
2017-01-18 00:21:15 +00:00
|
|
|
"homepage": "https://git.daplie.com/Daplie/node-greenlock#readme",
|
2016-10-08 11:29:17 +00:00
|
|
|
"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",
|
2016-08-11 16:04:30 +00:00
|
|
|
"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",
|
2016-10-08 11:29:17 +00:00
|
|
|
"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",
|
2016-08-16 18:01:26 +00:00
|
|
|
"localhost.daplie.com-certificates": "^1.2.3",
|
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
|
|
|
}
|