{
    "name": "datatables.net-staterestore-zf",
    "description": "StateRestore for DataTables with styling for [Foundation](https://get.foundation/)",
    "main": "js/stateRestore.foundation.js",
    "module": "js/stateRestore.foundation.mjs",
    "style": "css/stateRestore.foundation.css",
    "types": "./types/stateRestore.foundation.d.ts",
    "version": "1.4.3",
    "files": [
        "css/**/*.css",
        "js/**/*.js",
        "js/**/*.mjs",
        "types/**/*.d.ts"
    ],
    "keywords": [
        "StateRestore",
        "stateSave",
        "state",
        "reload",
        "Foundation",
        "Datatables",
        "jQuery",
        "table",
        "filter",
        "sort"
    ],
    "dependencies": {
        "datatables.net-staterestore": "1.4.3",
        "datatables.net-zf": "1.11 - 2",
        "jquery": ">=1.7"
    },
    "moduleType": [
        "globals",
        "amd",
        "node"
    ],
    "ignore": [
        "composer.json",
        "datatables.json",
        "package.json"
    ],
    "author": {
        "name": "SpryMedia Ltd",
        "url": "http://datatables.net"
    },
    "homepage": "https://datatables.net",
    "bugs": "https://datatables.net/forums",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/DataTables/Dist-DataTables-StateRestore-Foundation.git"
    }
}