jquery-ui.tabs.neighbors
Version:
jQuery UI plugin for Tabs Widget to add previous and next tab buttons
33 lines (32 loc) • 682 B
JSON
{
"name": "jquery-ui.tabs.neighbors",
"main": "./lib/jquery-ui.tabs.neighbors.js",
"version": "1.0.3",
"homepage": "https://github.com/asleepwalker/jquery-ui.tabs.neighbors",
"authors": [
"Artyom 'Sleepwalker' Fedosov <mail@asleepwalker.ru>"
],
"description": "jQuery UI plugin for Tabs Widget to add previous and next tab buttons",
"keywords": [
"jquery",
"jquery-ui",
"tabs",
"navi",
"buttons",
"neighbors",
"carousel",
"widget"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.6",
"jquery-ui": ">=1.0"
}
}