diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..29e7793 --- /dev/null +++ b/bower.json @@ -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" + } +}