UNPKG

@grrr/accessible-tabs

Version:

Accessible tabs enhancer, providing tablist, tab and tabpanel roles and spec-compliant tab switching behaviour.

45 lines (44 loc) 1.11 kB
{ "name": "@grrr/accessible-tabs", "version": "1.0.0", "description": "Accessible tabs enhancer, providing tablist, tab and tabpanel roles and spec-compliant tab switching behaviour.", "keywords": [ "tablist", "tabs", "tabpanel", "accessible", "accessibility" ], "main": "index.mjs", "author": "GRRR <npm@grrr.nl>", "homepage": "https://github.com/grrr-amsterdam/accessible-tabs", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/grrr-amsterdam/accessible-tabs.git" }, "devDependencies": { "@babel/core": "^7.6.4", "@babel/plugin-transform-modules-commonjs": "^7.6.0", "babel-jest": "^27.0.5", "eslint": "^7.29.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jest": "^24.3.6", "jest": "^27.0.5" }, "scripts": { "test": "jest", "lint": "eslint . --ext=.js,.mjs" }, "jest": { "transform": { "^.+\\.m?js$": "babel-jest" }, "moduleFileExtensions": [ "js", "mjs" ], "testEnvironment": "jsdom" } }