25 lines
		
	
	
		
			539 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			539 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "terminal-forms.js",
 | |
|   "version": "1.0.0",
 | |
|   "description": "A terminal input library for node.js JavaScript",
 | |
|   "main": "index.js",
 | |
|   "scripts": {
 | |
|     "test": "echo \"Error: no test specified\" && exit 1"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git@git.daplie.com:OAuth3/terminal-forms.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "terminal",
 | |
|     "cli",
 | |
|     "console",
 | |
|     "form",
 | |
|     "forms",
 | |
|     "input",
 | |
|     "fields"
 | |
|   ],
 | |
|   "author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
 | |
|   "license": "(MIT OR Apache-2.0)"
 | |
| }
 |