forked from mikejacobson/jquery-bootstrap-scrolling-tabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "jquery-bootstrap-scrolling-tabs",
"version": "2.4.0",
"description": "jQuery plugin for scrollable Bootstrap Tabs",
"homepage": "https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs",
"bugs": "https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs/issues",
"author": "Mike Jacobson <[email protected]>",
"main": "./dist/jquery.scrolling-tabs.js",
"repository": {
"type": "git",
"url": "https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs.git"
},
"license": "MIT",
"ignore": [
".gitignore",
"bower.json",
"README.md",
"*.scss",
"config.rb"
],
"dependencies": {
"bootstrap": "^3.1.1",
"jquery": ">=1.9.0 <4.0.0"
},
"keywords": [
"jquery",
"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-uglify": "^2.1.0",
"gulp-util": "^3.0.8",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"run-sequence": "^1.2.2"
}
}