Add a bower.json

This commit is contained in:
Kevin MacMartin 2015-06-30 16:25:10 -04:00
parent 18810bd4ef
commit 10009824fc

16
bower.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "contain-element",
"description": "A JavaScript plugin to contain an element within its parent element",
"authors": [
"Kevin MacMartin"
],
"license": "MIT",
"main": "./contain-element.min.js",
"ignore": [
"**/.*"
],
"repository": {
"type": "git",
"url": "git://github.com/WilliamsNY/contain-element.git"
}
}