-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.34 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
{
"name": "hqy-lazyload",
"version": "1.0.1",
"description": "A fast lightweight pure JavaScript script for lazy loading and multi-serving images, iframes, videos and more.",
"main": "./dist/hqy-lazyload.js",
"readmeFilename": "README.md",
"scripts": {
"build": "gulp build",
"docs": "gulp docs:build",
"serve": "gulp docs:server"
},
"devDependencies": {
"browser-sync": "^2.18.12",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-less": "^3.3.0",
"gulp-markdown": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-replace": "^0.5.4",
"gulp-sequence": "^0.4.6",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-wrap": "^0.13.0",
"highlight.js": "^9.12.0",
"less-plugin-autoprefix": "^1.5.1",
"lodash": "^4.17.4",
"normalize.css": "^7.0.0"
},
"keywords": [
"hqy-lazyload",
"hqy-lazyloadjs",
"hqy-lazyload.js",
"lazy",
"lazyload",
"lazyloading",
"image",
"images",
"picture",
"srcset",
"iframe",
"video",
"unity",
"retina",
"responsive",
"performance"
],
"author": "RockCookies (http://hqyrocks.com)",
"repository": {
"type": "git",
"url": "git://github.com/Rockcookies/hqy-lazyload.git"
},
"bugs": {
"url": "https://github.com/Rockcookies/hqy-lazyload/issues"
},
"license": "MIT",
"homepage": "https://github.com/Rockcookies/hqy-lazyload",
"dependencies": {}
}