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