-
Notifications
You must be signed in to change notification settings - Fork 2
/
cacheImages.jquery.json
36 lines (36 loc) · 1.04 KB
/
cacheImages.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
30
31
32
33
34
35
36
{
"name": "cacheImages",
"version": "1.8.0",
"title": "jQuery.cacheImages()",
"author": {
"name": "Fresh Vine",
"url": "https://github.com/FreshVine"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.opensource.org/licenses/gpl-license.php"
}
],
"dependencies": {
"jquery": ">=1.7"
},
"description": "Makes for easy caching of image files in the browsers LocalStorage or other offline storage. Can be bound elements or parents.",
"keywords": [
"image",
"cache",
"localStorage",
"indexeddb",
"local",
"storage",
"offline"
],
"homepage": "http://freshvine.github.io/jQuery-cache-images/",
"docs": "https://github.com/FreshVine/jQuery-cache-images/",
"demo": "http://freshvine.github.io/jQuery-cache-images/demo.html",
"bugs": "https://github.com/FreshVine/jQuery-cache-images/issues"
}