Skip to content

Commit

Permalink
Merge pull request #37 from cekerholic/gh-pages
Browse files Browse the repository at this point in the history
Adding Bower support
  • Loading branch information
biilmann committed Jan 20, 2015
2 parents 9afcbaa + dcf08be commit 49fd5f0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "jquery.pin",
"main": "jquery.pin.js",
"version": "1.0.3",
"homepage": "http://webpop.github.io/jquery.pin/",
"authors": [
"Mathias Biilmann <[email protected]>"
],
"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"
]
}

0 comments on commit 49fd5f0

Please sign in to comment.