Skip to content

Commit 978ddae

Browse files
committed
Hopefully fix weird git package.json error
1 parent 6602694 commit 978ddae

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

package.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"name": "angular-bootstrap-scrolling-tabs",
3+
"version": "1.1.0",
4+
"description": "Angular directive for scrollable Bootstrap Tabs",
5+
"homepage": "https://github.com/mikejacobson/angular-bootstrap-scrolling-tabs",
6+
"bugs": "https://github.com/mikejacobson/angular-bootstrap-scrolling-tabs/issues",
7+
"author": "Mike Jacobson <[email protected]>",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/mikejacobson/angular-bootstrap-scrolling-tabs.git"
11+
},
12+
"license": "MIT",
13+
"ignore": [
14+
".gitignore",
15+
"bower.json",
16+
"README.md",
17+
"*.scss",
18+
"config.rb"
19+
],
20+
"dependencies": {
21+
"jquery": ">=1.9.0 <4.0.0",
22+
"bootstrap": "^3.1.1",
23+
"angular": "^1.6.4"
24+
},
25+
"keywords": [
26+
"angularjs",
27+
"angular",
28+
"directive",
29+
"bootstrap",
30+
"tabs",
31+
"scrolling",
32+
"scrollable"
33+
],
34+
"devDependencies": {
35+
"browser-sync": "^2.18.8",
36+
"gulp": "^3.9.1",
37+
"gulp-clean-css": "^3.0.3",
38+
"gulp-header": "^1.8.8",
39+
"gulp-include": "^2.3.1",
40+
"gulp-jshint": "^2.0.4",
41+
"gulp-rename": "^1.2.2",
42+
"gulp-sass": "^3.1.0",
43+
"gulp-shell": "^0.6.3",
44+
"gulp-uglify": "^2.1.0",
45+
"jshint": "^2.9.4",
46+
"jshint-stylish": "^2.2.1",
47+
"run-sequence": "^1.2.2"
48+
}
49+
}

0 commit comments

Comments
 (0)