2011-07-22 19:22:57 -06: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 16:52:51 -07:00
|
|
|
"keywords": ["localStorage", "sessionStorage", "globalStorage", "Storage"],
|
|
|
|
|
"version": "1.1.3",
|
2011-07-22 19:22:57 -06:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git://github.com/coolaj86/json-storage-js.git"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= v0.2.0"
|
|
|
|
|
},
|
2011-09-05 15:40:52 -06:00
|
|
|
"main": "index",
|
2012-03-02 11:35:53 -07:00
|
|
|
"browserDependencies": {},
|
2011-07-22 19:22:57 -06:00
|
|
|
"dependencies": {},
|
|
|
|
|
"devDependencies": {}
|
|
|
|
|
}
|