angular-bootstrap-scrolling-tabs
Version:
Angular directive for scrollable Bootstrap Tabs
50 lines (49 loc) • 1.25 kB
JSON
{
"name": "angular-bootstrap-scrolling-tabs",
"version": "1.2.0",
"description": "Angular directive for scrollable Bootstrap Tabs",
"homepage": "https://github.com/mikejacobson/angular-bootstrap-scrolling-tabs",
"bugs": "https://github.com/mikejacobson/angular-bootstrap-scrolling-tabs/issues",
"author": "Mike Jacobson <michaeljjacobson1@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/mikejacobson/angular-bootstrap-scrolling-tabs.git"
},
"license": "MIT",
"ignore": [
".gitignore",
"bower.json",
"README.md",
"*.scss",
"config.rb"
],
"dependencies": {
"jquery": ">=1.9.0 <4.0.0",
"bootstrap": "^3.1.1",
"angular": "^1.6.4"
},
"keywords": [
"angularjs",
"angular",
"directive",
"bootstrap",
"tabs",
"scrolling",
"scrollable"
],
"devDependencies": {
"browser-sync": "^2.18.8",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.0.3",
"gulp-header": "^1.8.8",
"gulp-include": "^2.3.1",
"gulp-jshint": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-shell": "^0.6.3",
"gulp-uglify": "^2.1.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"run-sequence": "^1.2.2"
}
}