-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
39 lines (39 loc) · 1.03 KB
/
package.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
30
31
32
33
34
35
36
37
38
39
{
"name": "jQuery store",
"version": "1.0.0",
"title": "jQuery.store()",
"author": {
"name": "Rodney Rehm",
"url": "http://rodneyrehm.de"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license"
},
{
"type": "GPL",
"url": "http://opensource.org/licenses/GPL-3.0"
}
],
"dependencies": {
"jquery": ">=1.4.2"
},
"description": "Simple (yet easily extensible) plugin to persistently store data on the client side of things. Allows callbacks to handle un/serialisation of specific objects (like a Date).",
"keywords": [
"json",
"storage",
"persistent storage",
"localStorage",
"local storage",
"userBehavior",
"userData storage",
"window.name",
"window.name storage"
],
"homepage": "http://medialize.github.com/jQuery-store/",
"files": [
"jquery.store.js"
"json2.js"
]
}