29 lines
		
	
	
		
			548 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			29 lines
		
	
	
		
			548 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |   "name": "json-storage", | ||
|  |   "version": "2.0.1", | ||
|  |   "homepage": "https://github.com/coolaj86/json-storage-js", | ||
|  |   "authors": [ | ||
|  |     "AJ ONeal <coolaj86@gmail.com>" | ||
|  |   ], | ||
|  |   "description": "A wrapper for storage engines which use the W3C Storage API", | ||
|  |   "main": "json-storage.js", | ||
|  |   "keywords": [ | ||
|  |     "dom", | ||
|  |     "storage", | ||
|  |     "json", | ||
|  |     "w3c", | ||
|  |     "localStorage", | ||
|  |     "sessionStorage", | ||
|  |     "globalStorage", | ||
|  |     "Storage" | ||
|  |   ], | ||
|  |   "license": "Apache2", | ||
|  |   "ignore": [ | ||
|  |     "**/.*", | ||
|  |     "node_modules", | ||
|  |     "bower_components", | ||
|  |     "test", | ||
|  |     "tests" | ||
|  |   ] | ||
|  | } |