UNPKG

json-storage

Version:

A wrapper for storage engines which use the W3C Storage API

29 lines (28 loc) 548 B
{ "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" ] }