-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "accessible-image-lazy-load",
"version": "1.3.3",
"description": "gandul : Accessible Lazy Loading Images",
"main": "dist/gandul.min.js",
"scripts": {
"build": "gulp",
"version": "npm run build && git add -A dist/",
"postversion": "git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alterebro/accessible-image-lazy-load.git"
},
"keywords": [
"lazy",
"image",
"load",
"loading",
"lazyload",
"lazyloading",
"accesible",
"gandul"
],
"author": "Jorge Moreno, moro.es (@alterebro)",
"license": "MIT",
"bugs": {
"url": "https://github.com/alterebro/accessible-image-lazy-load/issues"
},
"homepage": "https://moro.es/projects/gandul-accessible-image-lazy-loading/",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-header": "^1.8.9",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2"
}
}