UNPKG

responsive-tabs

Version:

jQuery plugin that provides responsive tab functionality. The tabs transform to an accordion when it reaches a CSS breakpoint.

42 lines (41 loc) 1.04 kB
{ "name": "responsive-tabs", "version": "1.6.3", "author": "Jelle Kralt <jelle@jellekralt.nl>", "description": "jQuery plugin that provides responsive tab functionality. The tabs transform to an accordion when it reaches a CSS breakpoint.", "contributors": [ { "name": "Jelle Kralt", "email": "jelle@jellekralt.nl" } ], "main": "./js/jquery.responsiveTabs.js", "repository": { "type": "git", "url": "https://github.com/jellekralt/Responsive-Tabs.git" }, "keywords": [ "jquery-plugin", "responsive", "tabs", "jquery" ], "dependencies": { "jquery": ">=1.7.2 <3.0.0" }, "license": "MIT", "devDependencies": { "browser-sync": "^2.8.0", "connect-modrewrite": "^0.8.1", "gulp": "^3.9.0", "gulp-bump": "^1.0.0", "gulp-header": "^1.7.1", "gulp-jshint": "^1.11.2", "gulp-rename": "^1.2.2", "gulp-uglify": "^1.2.0", "node-qunit-phantomjs": "^1.2.1", "qunitjs": "^2.0.1", "run-sequence": "^1.1.5", "yargs": "^3.31.0" } }