A wrapper for storage engines which use the W3C Storage API
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

18 lines
562 B

{
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com)",
"name": "json-storage",
"description": "A wrapper for storage engines which use the W3C Storage API",
"keywords": ["dom", "storage", "json", "w3c", "localStorage", "sessionStorage", "globalStorage", "Storage"],
"version": "2.1.2",
"repository": {
"type": "git",
"url": "git://git.coolaj86.com/coolaj86/json-storage.js.git"
},
"engines": {
"node": ">= v0.2.0"
},
"main": "json-storage",
"browserDependencies": {},
"dependencies": {},
"devDependencies": {}
}