-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
37 lines (37 loc) · 849 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": "lazy-load-list",
"version": "1.2.4",
"description": "lazy load list is a lightweight web package that loads items in lazy way to achieve high performance and better UX in large lists.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/omer73364/lazy-load-list",
"bugs": {
"url": "https://github.com/omer73364/lazy-load-list/issues",
"email": "anwar733649039@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/omer73364/lazy-load-list.git"
},
"keywords": [
"virtual",
"list",
"lazy",
"load",
"loading",
"items",
"once",
"scroll",
"on",
"web",
"js",
"svelte",
"Vue",
"package",
"component"
],
"author": "OMER ANWAR",
"license": "MIT"
}