-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 867 Bytes
/
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
{
"name": "vtex-lazyloading",
"version": "2.0.9",
"description": "Plugin para lazyload em componentes e imagens de forma simples e com muito controle\"",
"main": "lazyloading.js",
"module": "lazyloading.esm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Akistapace/vtex-lazyLoading.git"
},
"exports": {
".": {
"browser": {
"default": "./lazyloading.min.js"
}
}
},
"keywords": [
"vtex",
"lazyloading",
"lazy",
"load",
"vtex",
"lazyload",
"vtex",
"components"
],
"author": "Fernando Aquistapace",
"license": "MIT",
"bugs": {
"url": "https://github.com/Akistapace/vtex-lazyLoading/issues"
},
"homepage": "https://github.com/Akistapace/vtex-lazyLoading#readme"
}