22 lines
496 B
JSON
22 lines
496 B
JSON
|
{
|
||
|
"name": "@greenlock/manager-fs",
|
||
|
"version": "0.1.0",
|
||
|
"description": "A simple file-based management strategy for Greenlock",
|
||
|
"main": "manager.js",
|
||
|
"scripts": {
|
||
|
"test": "node tests"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://git.coolaj86.com/coolaj86/greenlock-manager-fs.js.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"Greenlock",
|
||
|
"manager",
|
||
|
"letsencrypt",
|
||
|
"acme"
|
||
|
],
|
||
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||
|
"license": "MPL-2.0"
|
||
|
}
|