| 
									
										
										
										
											2014-07-15 03:20:49 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "nodejs-self-signed-certificate-example", | 
					
						
							|  |  |  |   "version": "1.0.0", | 
					
						
							|  |  |  |   "description": "The end off all your self-sign certificate woes (in node.js at least)", | 
					
						
							|  |  |  |   "main": "serve.js", | 
					
						
							|  |  |  |   "scripts": { | 
					
						
							|  |  |  |     "test": "bash test.sh" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "repository": { | 
					
						
							|  |  |  |     "type": "git", | 
					
						
							|  |  |  |     "url": "git://github.com/coolaj86/nodejs-self-signed-certificate-example.git" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "keywords": [ | 
					
						
							|  |  |  |     "nodejs", | 
					
						
							|  |  |  |     "ssl", | 
					
						
							|  |  |  |     "self-signed", | 
					
						
							|  |  |  |     "certificate", | 
					
						
							|  |  |  |     "authority", | 
					
						
							|  |  |  |     "certificates", | 
					
						
							|  |  |  |     "root", | 
					
						
							|  |  |  |     "ca", | 
					
						
							|  |  |  |     "cas" | 
					
						
							|  |  |  |   ], | 
					
						
							| 
									
										
										
										
											2016-06-27 18:04:12 -06:00
										 |  |  |   "author": "AJ ONeal <awesome@coolaj86.com> (https://coolaj86.com)", | 
					
						
							| 
									
										
										
										
											2014-07-15 03:20:49 +00:00
										 |  |  |   "license": "Apache-2", | 
					
						
							|  |  |  |   "bugs": { | 
					
						
							|  |  |  |     "url": "https://github.com/coolaj86/nodejs-self-signed-certificate-example/issues" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "homepage": "https://github.com/coolaj86/nodejs-self-signed-certificate-example", | 
					
						
							|  |  |  |   "dependencies": { | 
					
						
							|  |  |  |     "ssl-root-cas": "^1.1.4" | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } |