2011-07-23 01:22:57 +00:00
|
|
|
{
|
2014-01-26 21:39:47 +00:00
|
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com)",
|
2011-07-23 01:22:57 +00:00
|
|
|
"name": "json-storage",
|
|
|
|
"description": "A wrapper for storage engines which use the W3C Storage API",
|
2014-01-26 21:39:47 +00:00
|
|
|
"keywords": ["dom", "storage", "json", "w3c", "localStorage", "sessionStorage", "globalStorage", "Storage"],
|
2014-02-24 12:27:01 +00:00
|
|
|
"version": "2.1.1",
|
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"
|
|
|
|
},
|
2014-01-26 21:39:47 +00:00
|
|
|
"main": "json-storage",
|
2012-03-02 18:35:53 +00:00
|
|
|
"browserDependencies": {},
|
2011-07-23 01:22:57 +00:00
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {}
|
|
|
|
}
|