{
    "name": "datatables.net-scroller",
    "description": "Scroller for DataTables",
    "main": "js/dataTables.scroller.js",
    "module": "js/dataTables.scroller.mjs",
    "types": "./types/types.d.ts",
    "version": "3.0.0",
    "files": [
        "js/**/*.js",
        "js/**/*.mjs",
        "types/**/*.d.ts"
    ],
    "keywords": [
        "Scroller",
        "Virtual Scrolling",
        "Datatables",
        "table",
        "filter",
        "sort"
    ],
    "dependencies": {
        "datatables.net": "^3"
    },
    "author": {
        "name": "SpryMedia Ltd",
        "url": "http://datatables.net"
    },
    "homepage": "https://datatables.net",
    "bugs": "https://datatables.net/forums",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/DataTables/Scroller.git"
    }
}