{
    "name": "datatables.net-scroller-zf",
    "description": "Scroller for DataTables with styling for [Foundation](https://get.foundation/)",
    "main": "js/scroller.foundation.js",
    "module": "js/scroller.foundation.mjs",
    "style": "css/scroller.foundation.css",
    "types": "./types/scroller.foundation.d.ts",
    "version": "3.0.0",
    "files": [
        "css/**/*.css",
        "js/**/*.js",
        "js/**/*.mjs",
        "types/**/*.d.ts"
    ],
    "keywords": [
        "Scroller",
        "Virtual Scrolling",
        "Foundation",
        "Datatables",
        "table",
        "filter",
        "sort"
    ],
    "dependencies": {
        "datatables.net-scroller": "3.0.0",
        "datatables.net-zf": "^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"
    }
}