{ "name": "json-storage", "version": "2.0.1", "homepage": "https://github.com/coolaj86/json-storage-js", "authors": [ "AJ ONeal " ], "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" ] }