mirror of
https://github.com/desandro/imagesloaded.git
synced 2026-04-17 03:00:06 -04:00
38 lines
836 B
JSON
38 lines
836 B
JSON
{
|
|
"name": "imagesloaded",
|
|
"version": "3.1.0",
|
|
"title": "imagesLoaded",
|
|
"description": "JavaScript is all like 'You images done yet or what?'",
|
|
"keywords": [
|
|
"image",
|
|
"loading"
|
|
],
|
|
"author": {
|
|
"name": "David DeSandro",
|
|
"url": "http://desandro.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Tomas Sardyha",
|
|
"url": "http://darsa.in"
|
|
},
|
|
{
|
|
"name": "David DeSandro",
|
|
"url": "http://desandro.com"
|
|
}
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://desandro.mit-license.org/"
|
|
}
|
|
],
|
|
"bugs": "https://github.com/desandro/imagesloaded/issues",
|
|
"homepage": "https://desandro.github.io/imagesloaded",
|
|
"docs": "https://desandro.github.io/imagesloaded",
|
|
"download": "http://desandro.github.io/imagesloaded",
|
|
"dependencies": {
|
|
"jquery": ">=1.7"
|
|
}
|
|
}
|