forked from verlok/vanilla-lazyload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.19 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
{
"name": "vanilla-lazyload",
"version": "7.2.1",
"description": "A fast, lightweight script to load images as they enter the viewport. SEO friendly, it supports responsive images (both srcset + sizes and picture) and progressive JPEG",
"main": "dist/lazyload.transpiled.min.js",
"devDependencies": {
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.18.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "~2.3.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-rollup": "^1.0.1",
"gruntify-eslint": "^3.1.0",
"jest": "^19.0.2"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/verlok/lazyload"
},
"keywords": [
"lazy",
"load",
"responsive",
"images",
"picture",
"srcset",
"SEO",
"sizes",
"progressive",
"JPEG",
"performance",
"perfmatters",
"no-jquery",
"async",
"vanilla"
],
"author": "Andrea \"verlok\" Verlicchi",
"license": "MIT",
"bugs": {
"url": "https://github.com/verlok/lazyload/issues"
},
"homepage": "http://verlok.github.io/lazyload"
}