le to greenlock and github to git.daplie
This commit is contained in:
parent
2a74fb3cd3
commit
0a488cde9b
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "letsencrypt",
|
"name": "greenlock",
|
||||||
"version": "2.1.8",
|
"version": "2.1.8",
|
||||||
"description": "Let's Encrypt for node.js on npm",
|
"description": "Let's Encrypt for node.js on npm",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
@ -8,9 +8,10 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/Daplie/node-letsencrypt.git"
|
"url": "git+https://git.daplie.com/Daplie/node-greenlock.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
"greenlock",
|
||||||
"letsencrypt",
|
"letsencrypt",
|
||||||
"letsencrypt.org",
|
"letsencrypt.org",
|
||||||
"le",
|
"le",
|
||||||
|
@ -26,9 +27,9 @@
|
||||||
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||||||
"license": "(MIT OR Apache-2.0)",
|
"license": "(MIT OR Apache-2.0)",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Daplie/node-letsencrypt/issues"
|
"url": "https://git.daplie.com/Daplie/node-greenlock/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/Daplie/node-letsencrypt#readme",
|
"homepage": "https://git.daplie.com/Daplie/node-greenlock#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"request": "^2.75.0"
|
"request": "^2.75.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue