jquery-tabs
Version:
jQuery plugin that creates the basic interactivity for an ARIA tabs widget.
57 lines (56 loc) • 1.79 kB
JSON
{
"name": "jquery-tabs",
"description": "jQuery plugin that creates the basic interactivity for an ARIA tabs widget.",
"version": "0.5.3",
"scripts": {
"start": "npm run lasso && parallelshell 'npm run server' 'npm run watch'",
"prepublish": "npm run clean && npm run lint && npm run build",
"build": "npm run clean && npm run minify && npm run lasso",
"clean": "rimraf build .cache docs/browser.js.* lint.txt",
"fix": "eslint jquery.tabs.js --fix",
"lasso": "lasso browser.json --output-dir docs --minify",
"lint": "eslint jquery.tabs.js > lint.txt",
"minify": "jsmin -o jquery.tabs.min.js jquery.tabs.js",
"server": "browser-sync start -s --ss docs --index docs/index.html --files docs ",
"watch": "onchange jquery.tabs.js -- npm run lasso"
},
"pre-commit": "prepublish",
"author": "Ian McBurnie <ianmcburnie@hotmail.com>",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"accessibility",
"a11y",
"wai-aria"
],
"repository": {
"type": "git",
"url": "https://github.com/makeup-jquery/jquery-tabs.git"
},
"license": "MIT",
"devDependencies": {
"browser-sync": "^2",
"eslint": "^4",
"eslint-config-ebay": "^0.1.5",
"jquery": ">=1.11",
"jquery-common-keydown": "^1",
"jquery-focus-exit": "^1",
"jquery-grid-navigation": "^1",
"jquery-linear-navigation": "^1",
"jquery-next-id": "^1",
"jquery-prevent-scroll-keys": "^1",
"jquery-roving-tabindex": "^1",
"jsmin": "^1",
"lasso-cli": "^2",
"onchange": "^3",
"parallelshell": "^3",
"pre-commit": "^1",
"rimraf": "^2"
},
"peerDependencies": {
"jquery": ">=1.11",
"jquery-next-id": "^1",
"jquery-prevent-scroll-keys": "^1",
"jquery-roving-tabindex": "^1"
}
}