Skip to content

Commit bda4883

Browse files
committed
Merge pull request #4 from HarelM/source
Resolves #3 - added bower.json file.
2 parents 31405cd + 05669a7 commit bda4883

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

bower.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "bootstrap-side-navbar",
3+
"homepage": "https://github.com/samrayner/bootstrap-side-navbar",
4+
"authors": [
5+
"Sam Rayner"
6+
],
7+
"description": "Responsive sidebar navigation for Bootstrap 3",
8+
"main": "source/assets/stylesheets/navbar-fixed-side.css",
9+
"moduleType": [],
10+
"license": "MIT",
11+
"ignore": [
12+
"**/.*",
13+
"node_modules",
14+
"bower_components",
15+
"test",
16+
"tests"
17+
]
18+
}

0 commit comments

Comments
 (0)