Skip to content

Commit

Permalink
Add bower.json
Browse files Browse the repository at this point in the history
I know Bower recommends people not use it anymore but it's still
used in a bunch of projects, so why not still support it. Especially
as this is a jQuery plugin, so more likely to be used in older
projects where Bower might still be used.
  • Loading branch information
markembling committed May 9, 2019
1 parent 03f304f commit 23768df
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "jquery-gpopover-plugin",
"description": "A simple jQuery plugin for creating popover elements similar to Google's apps launcher/switcher.",
"main": "./jquery.gpopover.js",
"authors": [
"Mark Embling"
],
"license": "BSD-3-Clause",
"keywords": [
"popover",
"popup",
"gpopover",
"jquery",
"plugin"
],
"homepage": "https://github.com/markembling/jquery-gpopover-plugin",
"repository": {
"type": "git",
"url": "https://github.com/markembling/jquery-gpopover-plugin.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.9.0"
}
}

0 comments on commit 23768df

Please sign in to comment.