File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments