2011-07-23 01:22:57 +00:00
|
|
|
{
|
|
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.info)",
|
|
|
|
"name": "json-storage",
|
|
|
|
"description": "A wrapper for storage engines which use the W3C Storage API",
|
2013-03-06 23:52:51 +00:00
|
|
|
"keywords": ["localStorage", "sessionStorage", "globalStorage", "Storage"],
|
|
|
|
"version": "1.1.3",
|
2011-07-23 01:22:57 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/coolaj86/json-storage-js.git"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= v0.2.0"
|
|
|
|
},
|
2011-09-05 21:40:52 +00:00
|
|
|
"main": "index",
|
2012-03-02 18:35:53 +00:00
|
|
|
"browserDependencies": {},
|
2011-07-23 01:22:57 +00:00
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {}
|
|
|
|
}
|