From e8383d7dc2669950f384708faec25c746b668500 Mon Sep 17 00:00:00 2001 From: Matt Bowman Date: Fri, 11 Jul 2014 08:45:58 -0400 Subject: [PATCH] Add bower.json --- bower.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..340dbbf --- /dev/null +++ b/bower.json @@ -0,0 +1,35 @@ +{ + "name": "fixed-nav", + "version": "0.0.0", + "homepage": "https://github.com/adtile/fixed-nav", + "authors": [ + "Adtile, Inc. " + ], + "description": "Responsive, fixed and touch friendly one page navigation, using vanilla javascript.", + "main": [ + "css/styles.css", + "css/ie.css", + "js/fastclick.js", + "js/fixed-responsive-nav.js", + "js/responsive-nav.js", + "js/scroll.js", + "icons/responsivenav.eot", + "icons/responsivenav.svg", + "icons/responsivenav.ttf", + "icons/responsivenav.woff" + ], + "keywords": [ + "fixed", + "responsive", + "nav", + "adtile" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}