diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..1d775ac --- /dev/null +++ b/bower.json @@ -0,0 +1,25 @@ +{ + "name": "jquery.pin", + "main": "jquery.pin.js", + "version": "1.0.4", + "homepage": "http://webpop.github.io/jquery.pin/", + "authors": [ + "Mathias Biilmann " + ], + "dependencies": { + "jquery": ">=1.8.0" + }, + "description": "jQuery.Pin is a plugin to pin any element within a container", + "keywords": [ + "pin", + "sticky" + ], + "license": "The BSD 2-Clause License", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}