diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c346b13 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bower_components/ +node_modules/ diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..08700f2 --- /dev/null +++ b/bower.json @@ -0,0 +1,22 @@ +{ + "name": "dual-list-box", + "description": "jQuery plugin for swapping items between two listboxes.", + "homepage": "https://github.com/Geodan/DualListBox/", + "authors": [ + "Alex van den Hoogen " + ], + "keywords": [ + "jquery", + "dual-list", + "list", + "swap" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "bower_components", + "node_modules", + "test", + "tests" + ] +}