We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31405cd commit 05669a7Copy full SHA for 05669a7
bower.json
@@ -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