2019-10-31 06:07:33 +00:00
|
|
|
{
|
2019-11-05 04:03:21 +00:00
|
|
|
"name": "greenlock-manager-test",
|
|
|
|
"version": "3.1.0",
|
|
|
|
"description": "A simple test suite for Greenlock manager plugins.",
|
|
|
|
"main": "tester.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "node tests"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"greenlock-manager-init": "bin/init.js"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"*.js",
|
|
|
|
"bin",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.rootprojects.org/root/greenlock-manager-test.js"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Greenlock",
|
|
|
|
"manager",
|
|
|
|
"plugin"
|
|
|
|
],
|
|
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"dependencies": {
|
|
|
|
"@root/request": "^1.4.1",
|
|
|
|
"greenlock-manager-fs": "^3.0.0"
|
|
|
|
}
|
2019-10-31 06:07:33 +00:00
|
|
|
}
|