forked from aFarkas/lazysizes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.42 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "lazysizes",
"version": "2.0.0",
"filename": "lazysizes.min.js",
"author": "Alexander Farkas <info@corrupt-system.de>",
"repository": {
"type": "git",
"url": "git://github.com/aFarkas/lazysizes.git"
},
"namespace": "lazySizes",
"main": "lazysizes.js",
"browser": "lazysizes.js",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-bytesize": "~0.1.1",
"grunt-cli": "~0.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-max-filesize": "^0.1.0",
"grunt-plato": "^1.2.1",
"grunt-uncss": "~0.3.7",
"jquery": "^2.1.4",
"jquery-deparam": "^0.1.0",
"picturefill": "^2.2.0",
"qunitjs": "^1.17.0",
"respimage": "^1.4.2"
},
"npmName": "lazysizes",
"npmFileMap": [
{
"basePath": "",
"files": [
"lazysizes.min.js",
"plugins/**/*.min.js"
]
}
],
"description": "High performance (jankfree) lazy loader for images (including responsive images), iframes and scripts (widgets).",
"keywords": [
"lazy",
"loader",
"lazyloader",
"lazyload",
"lazySizes",
"performance",
"responsive",
"image",
"images",
"responsive images",
"picture",
"srcset",
"respimg",
"respimage",
"include",
"ajax",
"img",
"imager",
"imager.js",
"picturefill",
"component"
]
}