UNPKG

angular-bootstrap-scrolling-tabs

Version:
40 lines (39 loc) 893 B
{ "name": "angular-bootstrap-scrolling-tabs", "version": "1.2.0", "main": [ "./dist/scrolling-tabs.js", "./dist/scrolling-tabs.css" ], "description": "Angular directive for scrollable Bootstrap Tabs", "homepage": "https://github.com/mikejacobson/angular-bootstrap-scrolling-tabs", "author": "Mike Jacobson <michaeljjacobson1@gmail.com>", "repository": { "type": "git", "url": "https://github.com/mikejacobson/angular-bootstrap-scrolling-tabs.git" }, "license": "MIT", "ignore": [ ".gitignore", "package.json", "bower.json", "README.md", "*.scss", "config.rb", "st-screenshot.png" ], "dependencies": { "jquery": ">=1.9.0 <4.0.0", "bootstrap": "^3.1.1", "angular": "^1.6.4" }, "keywords": [ "angularjs", "angular", "directive", "bootstrap", "tabs", "scrolling", "scrollable" ] }