-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
49 lines (49 loc) · 1.22 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
48
49
{
"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 <[email protected]>",
"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"
}
}