| 
									
										
										
										
											2015-10-07 12:56:17 -07:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "authenticator", | 
					
						
							| 
									
										
										
										
											2016-01-02 01:25:50 -08:00
										 |  |  |   "version": "1.1.2", | 
					
						
							| 
									
										
										
										
											2015-10-07 12:56:17 -07:00
										 |  |  |   "description": "Two- / Multi- Factor Authenication (2FA / MFA) for node.js", | 
					
						
							|  |  |  |   "main": "authenticator.js", | 
					
						
							|  |  |  |   "scripts": { | 
					
						
							|  |  |  |     "test": "node example.js" | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2016-01-02 01:24:24 -08:00
										 |  |  |   "bin": { | 
					
						
							|  |  |  |     "authenticator": "bin/authenticator.js" | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2015-10-07 12:56:17 -07:00
										 |  |  |   "repository": { | 
					
						
							|  |  |  |     "type": "git", | 
					
						
							|  |  |  |     "url": "git+https://github.com/Daplie/node-authenticator.git" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "keywords": [ | 
					
						
							|  |  |  |     "authenticator", | 
					
						
							|  |  |  |     "2fa", | 
					
						
							|  |  |  |     "mfa", | 
					
						
							|  |  |  |     "token", | 
					
						
							|  |  |  |     "key", | 
					
						
							|  |  |  |     "base32", | 
					
						
							|  |  |  |     "code", | 
					
						
							|  |  |  |     "generator", | 
					
						
							| 
									
										
										
										
											2015-11-03 00:16:46 -08:00
										 |  |  |     "one-time", | 
					
						
							|  |  |  |     "time-based", | 
					
						
							| 
									
										
										
										
											2015-10-07 12:56:17 -07:00
										 |  |  |     "authy", | 
					
						
							|  |  |  |     "google", | 
					
						
							|  |  |  |     "microsoft" | 
					
						
							|  |  |  |   ], | 
					
						
							| 
									
										
										
										
											2015-11-03 00:16:46 -08:00
										 |  |  |   "author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)", | 
					
						
							| 
									
										
										
										
											2015-10-07 12:56:17 -07:00
										 |  |  |   "license": "Apache-2.0", | 
					
						
							|  |  |  |   "bugs": { | 
					
						
							|  |  |  |     "url": "https://github.com/Daplie/node-authenticator/issues" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "homepage": "https://github.com/Daplie/node-authenticator#readme", | 
					
						
							|  |  |  |   "dependencies": { | 
					
						
							| 
									
										
										
										
											2016-01-02 01:24:24 -08:00
										 |  |  |     "authenticator-cli": "^1.0.2", | 
					
						
							| 
									
										
										
										
											2015-10-07 12:56:17 -07:00
										 |  |  |     "notp": "^2.0.3", | 
					
						
							|  |  |  |     "thirty-two": "0.0.2" | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } |