19 lines
556 B
JSON
19 lines
556 B
JSON
{
|
|
"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.0.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/coolaj86/json-storage-js.git"
|
|
},
|
|
"engines": {
|
|
"node": ">= v0.2.0"
|
|
},
|
|
"main": "json-storage",
|
|
"browserDependencies": {},
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
}
|