Skip to content

Commit 497d6d0

Browse files
committed
Add the needed script for jQuery plugins page
1 parent 70d4342 commit 497d6d0

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

cacheImages.jquery.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "cacheImages",
3+
"version": "1.0.0",
4+
"title": "jQuery.cacheImages()",
5+
"author": {
6+
"name": "Fresh Vine",
7+
"url": "https://github.com/FreshVine"
8+
},
9+
"licenses": [
10+
{
11+
"type": "MIT",
12+
"url": "http://www.opensource.org/licenses/mit-license.php"
13+
},
14+
{
15+
"type": "GPL",
16+
"url": "http://www.opensource.org/licenses/gpl-license.php"
17+
}
18+
],
19+
"dependencies": {
20+
"jquery": ">=1.7"
21+
},
22+
"description": "Makes for easy caching of image files in the browsers LocalStorage. Can be bound elements or parents.",
23+
"keywords": [
24+
"image",
25+
"cache",
26+
"localStorage",
27+
"local",
28+
"storage",
29+
"offline"
30+
],
31+
"homepage": "http://freshvine.github.io/jQuery-cache-images/",
32+
"docs": "https://github.com/FreshVine/jQuery-cache-images",
33+
"demo": "http://freshvine.github.io/jQuery-cache-images/demo.html",
34+
"bugs": "https://github.com/FreshVine/jQuery-cache-images/issues"
35+
}

0 commit comments

Comments
 (0)