| 
									
										
										
										
											2015-07-24 16:11:18 -06:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "sqlite3-cluster", | 
					
						
							| 
									
										
										
										
											2017-05-09 11:40:46 -06:00
										 |  |  |   "version": "2.1.0", | 
					
						
							| 
									
										
										
										
											2015-07-24 16:11:18 -06:00
										 |  |  |   "description": "A wrapper to enable the use of sqlite3 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", | 
					
						
							|  |  |  |     "url": "git+https://github.com/coolaj86/sqlite3-cluster.git" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "keywords": [ | 
					
						
							|  |  |  |     "sqlite3", | 
					
						
							|  |  |  |     "sqlite", | 
					
						
							|  |  |  |     "sqlcipher", | 
					
						
							|  |  |  |     "cluster", | 
					
						
							|  |  |  |     "rpi2" | 
					
						
							|  |  |  |   ], | 
					
						
							|  |  |  |   "author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)", | 
					
						
							|  |  |  |   "license": "Apache-2.0", | 
					
						
							|  |  |  |   "bugs": { | 
					
						
							|  |  |  |     "url": "https://github.com/coolaj86/sqlite3-cluster/issues" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "homepage": "https://github.com/coolaj86/sqlite3-cluster#readme", | 
					
						
							|  |  |  |   "dependencies": { | 
					
						
							|  |  |  |     "sqlite3": "^3.0.9", | 
					
						
							| 
									
										
										
										
											2017-05-09 11:37:46 -06:00
										 |  |  |     "ws": "^2.3.1" | 
					
						
							| 
									
										
										
										
											2015-07-24 16:11:18 -06:00
										 |  |  |   } | 
					
						
							|  |  |  | } |