UNPKG

426 BJSONView Raw
1{
2 "name": "clusterize",
3 "description": "Tiny vanilla JS plugin to display large data sets easily",
4 "main": [
5 "clusterize.js", "clusterize.css"
6 ],
7 "ignore": [],
8 "moduleType": [
9 "globals", "amd", "commonjs"
10 ],
11 "keywords": [
12 "large", "table", "list", "scroll", "grid", "cluster"
13 ],
14 "authors": [
15 "Denis Lukov"
16 ],
17 "license": "GPLv3",
18 "homepage": "https://github.com/NeXTs/Clusterize.js"
19}