34 lines
		
	
	
		
			648 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			648 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "letiny",
 | |
|   "version": "0.0.4-beta",
 | |
|   "description": "Tiny ACME client library and CLI",
 | |
|   "author": "Anatol Sommer <anatol@anatol.at>",
 | |
|   "license": "MPL",
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://github.com/anatolsommer/letiny.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "tiny",
 | |
|     "acme",
 | |
|     "letsencrypt",
 | |
|     "client",
 | |
|     "cli",
 | |
|     "pfx"
 | |
|   ],
 | |
|   "bin": {
 | |
|     "letiny": "./lib/cli.js"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "colors": "^1.1.0",
 | |
|     "mkdirp": "^0.5.1",
 | |
|     "node-forge": "^0.6.21",
 | |
|     "request": "^2.55.0",
 | |
|     "commander": "^2.9.0"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "mocha": "^2.3.3",
 | |
|     "better-assert": "^1.0.2"
 | |
|   }
 | |
| }
 |