forked from desandro/imagesloaded
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimagesloaded.jquery.json
More file actions
37 lines (37 loc) · 818 Bytes
/
Copy pathimagesloaded.jquery.json
File metadata and controls
37 lines (37 loc) · 818 Bytes
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
37
{
"name": "imagesloaded",
"version": "3.1.8",
"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://imagesloaded.desandro.com",
"docs": "https://imagesloaded.desandro.com",
"download": "http://imagesloaded.desandro.com",
"dependencies": {
"jquery": ">=1.7"
}
}