Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Jan 20, 2013
1 parent 1b48323 commit dbbebbb
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions lazyload.jquery.json
Original file line number Diff line number Diff line change
@@ -1,35 1,35 @@
{
"name": "lazyload",
"version": "1.8.4",
"title": "Lazy Load",
"author": {
"name": "Mika Tuupola",
"url": "http://www.appelsiini.net/"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"jquery": ">=1.5"
},
"description": "Delay loading of images in long web pages. Images outside of viewport wont be loaded before user scrolls to them.",
"keywords": [
"name": "lazyload",
"version": "1.8.4",
"title": "Lazy Load",
"author": {
"name": "Mika Tuupola",
"url": "http://www.appelsiini.net/"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"jquery": ">=1.5"
},
"description": "Delay loading of images in long web pages. Images outside of viewport wont be loaded before user scrolls to them.",
"keywords": [
"lazyload",
"lazy",
"load",
"image"
],
],
"homepage": "http://www.appelsiini.net/projects/lazyload",
"bugs": "https://github.com/tuupola/jquery_lazyload/issues",
"docs": "http://www.appelsiini.net/projects/lazyload",
"demo": "http://www.appelsiini.net/projects/lazyload/enabled_fadein.html",
"files": [
"jquery.lazyload.js",
"jquery.lazyload.min.js",
"jquery.scrollstop.js",
"jquery.scrollstop.min.js"
]
"bugs": "https://github.com/tuupola/jquery_lazyload/issues",
"docs": "http://www.appelsiini.net/projects/lazyload",
"demo": "http://www.appelsiini.net/projects/lazyload/enabled_fadein.html",
"files": [
"jquery.lazyload.js",
"jquery.lazyload.min.js",
"jquery.scrollstop.js",
"jquery.scrollstop.min.js"
]
}

0 comments on commit dbbebbb

Please sign in to comment.