forked from aFarkas/lazysizes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.57 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
65
66
67
68
69
70
{
"name": "lazysizes",
"version": "5.3.2",
"filename": "lazysizes.min.js",
"license": "MIT",
"author": "Alexander Farkas <alex@boffinhouse.com>",
"scripts": {
"build": "grunt && tsc && grunt importTs",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git://github.com/aFarkas/lazysizes.git"
},
"namespace": "lazySizes",
"main": "lazysizes.js",
"browser": "lazysizes.js",
"types": "lazysizes.d.ts",
"devDependencies": {
"grunt": "~1.1.0",
"grunt-bytesize": "~0.2.0",
"grunt-cli": "~1.3",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-qunit": "^3.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "~1.1.0",
"grunt-max-filesize": "^0.1.1",
"grunt-uncss": "~0.9.1",
"jquery": "^3.5.1",
"jquery-deparam": "^0.5.3",
"picturefill": "^3.0.3",
"qunitjs": "^2.4.1",
"respimage": "^1.4.2",
"typescript": "^4.1.5"
},
"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"
]
}