From 94eaadcbf3a149ab2a639a1fe1d431ad7ef802e8 Mon Sep 17 00:00:00 2001 From: stephanebachelier Date: Tue, 12 Feb 2013 14:37:49 +0100 Subject: [PATCH] Added component.json for bower integration --- component.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 component.json diff --git a/component.json b/component.json new file mode 100644 index 0000000..c78e7e1 --- /dev/null +++ b/component.json @@ -0,0 +1,15 @@ +{ + "name": "bootstrap-modal", + "description": "Extends the default Bootstrap Modal class. Responsive, stackable, ajax and more.", + "version": "2.1", + "dependencies": { + "bootstrap": "2.3.0" + }, + "url": "https://github.com/jschr/bootstrap-modal.git", + "author": "Jordan Schroter", + "license": { + "type": "Apache License 2.0", + "url": "https://github.com/jschr/bootstrap-modal/blob/master/LICENSE" + } + +} \ No newline at end of file