-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 730 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 730 Bytes
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
{
"name": "virtual-list",
"version": "1.0.1",
"description": "Allows the developer to create massively long lists that perform extremely fast by loading just the part of the list showing up on the viewport, and by optimizing the amount of DOM operations and reflows.",
"dependencies": {},
"devDependencies": {},
"keywords": [
"list",
"buffer",
"render",
"html",
"infinite",
"virtual",
"performance",
"dom"
],
"main": "./vlist.js.js",
"bugs": {
"url": "https://github.com/sergi/virtual-list/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/sergi/virtual-list.git"
},
"author": "Sergi Mansilla <sergi.mansilla@gmail.com>",
"license": "MIT"
}