21 lines
		
	
	
		
			592 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			592 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "masterquest-sqlite3",
 | |
|   "version": "1.2.0",
 | |
|   "description": "A NoSQL / SQLite3 Hybrid. All your indices are belong to us. Master Quest.",
 | |
|   "main": "lib/dbwrap",
 | |
|   "scripts": {
 | |
|     "test": "node tests/dbwrap"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://git.coolaj86.com:coolaj86/masterquest-sqlite3.js"
 | |
|   },
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
|   "license": "(MIT OR Apache-2.0)",
 | |
|   "homepage": "https://git.coolaj86.com:coolaj86/masterquest-sqlite3.js",
 | |
|   "dependencies": {
 | |
|     "bluebird": "^3.5.1",
 | |
|     "uuid": "^3.2.1"
 | |
|   }
 | |
| }
 |