| 
									
										
										
										
											2015-07-26 01:35:22 -06:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2015-07-26 01:41:16 -06:00
										 |  |  |   "name": "cluster-store", | 
					
						
							| 
									
										
										
										
											2015-11-05 21:28:03 -08:00
										 |  |  |   "version": "1.0.1", | 
					
						
							| 
									
										
										
										
											2015-07-26 01:35:22 -06:00
										 |  |  |   "description": "A wrapper to enable the use of a in-process store with node cluster via a socket server (i.e. for Raspberry Pi 2).", | 
					
						
							|  |  |  |   "main": "index.js", | 
					
						
							|  |  |  |   "scripts": { | 
					
						
							|  |  |  |     "test": "node test-cluster.js", | 
					
						
							|  |  |  |     "start": "node server.js" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "repository": { | 
					
						
							|  |  |  |     "type": "git", | 
					
						
							| 
									
										
										
										
											2015-07-26 01:41:16 -06:00
										 |  |  |     "url": "git+https://github.com/coolaj86/cluster-store.git" | 
					
						
							| 
									
										
										
										
											2015-07-26 01:35:22 -06:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "keywords": [ | 
					
						
							|  |  |  |     "store", | 
					
						
							|  |  |  |     "session", | 
					
						
							|  |  |  |     "connect", | 
					
						
							|  |  |  |     "express", | 
					
						
							|  |  |  |     "memstore", | 
					
						
							|  |  |  |     "cluster", | 
					
						
							|  |  |  |     "rpi2" | 
					
						
							|  |  |  |   ], | 
					
						
							|  |  |  |   "author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)", | 
					
						
							|  |  |  |   "license": "Apache-2.0", | 
					
						
							|  |  |  |   "bugs": { | 
					
						
							| 
									
										
										
										
											2015-07-26 01:41:16 -06:00
										 |  |  |     "url": "https://github.com/coolaj86/cluster-store/issues" | 
					
						
							| 
									
										
										
										
											2015-07-26 01:35:22 -06:00
										 |  |  |   }, | 
					
						
							| 
									
										
										
										
											2015-07-26 01:41:16 -06:00
										 |  |  |   "homepage": "https://github.com/coolaj86/cluster-store#readme", | 
					
						
							| 
									
										
										
										
											2015-07-26 01:35:22 -06:00
										 |  |  |   "dependencies": { | 
					
						
							| 
									
										
										
										
											2015-11-24 15:21:24 -07:00
										 |  |  |     "ws": "^0.8.0" | 
					
						
							| 
									
										
										
										
											2015-07-26 01:35:22 -06:00
										 |  |  |   } | 
					
						
							|  |  |  | } |