29 lines
		
	
	
		
			607 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			607 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "greenlock-manager-test",
 | |
|   "version": "3.0.0",
 | |
|   "description": "A simple test suite for Greenlock manager plugins.",
 | |
|   "main": "tester.js",
 | |
|   "scripts": {
 | |
|     "test": "node tests"
 | |
|   },
 | |
|   "files": [
 | |
|     "*.js",
 | |
|     "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"
 | |
|   }
 | |
| }
 |