From 10009824fc63d87c037a6ce01c23fec25647ee7f Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 30 Jun 2015 16:25:10 -0400 Subject: [PATCH] Add a bower.json --- bower.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bower.json 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" + } +}