{
    "name": "aria-tablist",
    "version": "1.2.2",
    "description": "Dependency-free plain JavaScript module for WCAG compliant tablists",
    "main": "dist/aria-tablist.min.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "webpack && node copy-types.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/mynamesleon/aria-tablist.git"
    },
    "keywords": [
        "tablist",
        "a11y",
        "ARIA",
        "WAI-ARIA",
        "accessible",
        "accessibility",
        "accordion"
    ],
    "files": [
        "dist"
    ],
    "browserslist": [
        ">0.1%",
        "last 5 Chrome versions",
        "last 5 Firefox versions",
        "last 5 Edge versions",
        "last 5 Samsung versions",
        "Safari >= 9",
        "ie 9-11",
        "iOS >= 9"
    ],
    "author": "Leon Slater (https://www.mynamesleon.com)",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/mynamesleon/aria-tablist/issues"
    },
    "homepage": "https://github.com/mynamesleon/aria-tablist#readme",
    "devDependencies": {
        "ts-loader": "^6.2.2",
        "typescript": "^3.9.6",
        "webpack": "^4.43.0",
        "webpack-cli": "^3.3.12"
    },
    "dependencies": {}
}
