From c3b9da8e871f11b39d68c1f5e494f19baf50a5e7 Mon Sep 17 00:00:00 2001 From: Aamir Afridi Date: Mon, 7 Mar 2016 23:21:43 +0000 Subject: [PATCH] Create bower.json --- bower.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..56d493c --- /dev/null +++ b/bower.json @@ -0,0 +1,22 @@ +{ + "name": "jquery.marquee", + "description": "jQuery plugin to scroll the text like the old traditional marquee http://aamirafridi.com/jquery/jquery-marquee-plugin — Edit", + "main": "jquery.marquee.min", + "authors": [ + "aamirafridi@gmail.com" + ], + "license": "ISC", + "keywords": [ + "jquery-plugin", + "ecosystem:jquery" + ], + "homepage": "https://github.com/aamirafridi/jQuery.Marquee", + "moduleType": [], + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}