-
Notifications
You must be signed in to change notification settings - Fork 1
/
ezstorage.jquery.json
29 lines (29 loc) · 975 Bytes
/
ezstorage.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "ezstorage",
"version": "1.2.2",
"title": "jQuery EZStorage",
"description": "jQuery plugin for simple interaction with HTML5 Storage, local and session, and/or cookies.",
"keywords": [ "storage", "html5", "localStorage", "sessionStorage", "cookie" ],
"author": {
"name": "Wayne Weibel"
},
"maintainers": [
{
"name": "Wayne Weibel"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"jquery": ">=1.4",
"jquery.cookie": ">=1.3"
},
"homepage": "https://github.com/wayne-weibel/jquery-ezstorage",
"bugs": "https://github.com/wayne-weibel/jquery-ezstorage/issues",
"docs": "https://github.com/wayne-weibel/jquery-ezstorage",
"demo": "https://github.com/wayne-weibel/jquery-ezstorage"
}