From 19cc4c8c09d429819ead601b6385af47aeeadc39 Mon Sep 17 00:00:00 2001 From: Lazaro Fernandes Lima Date: Tue, 6 May 2014 15:53:22 -0300 Subject: [PATCH] Bower configuration --- bower.json | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/bower.json b/bower.json index 154effe..83bf150 100644 --- a/bower.json +++ b/bower.json @@ -1,16 +1,28 @@ { "name": "bootstrap-modal", + "version": "2.2.6", + "homepage": "https://github.com/jschr/bootstrap-modal.git", + "authors": [ + "Jordan Schroter" + ], "description": "Extends the default Bootstrap Modal class. Responsive, stackable, ajax and more.", - "version": "2.2.5", - "main": ["js/bootstrap-modal.js", "js/bootstrap-modalmanager.js", "css/bootstrap-modal.css"], + "main": ["./js/bootstrap-modal.js","./js/bootstrap-modalmanager.js","./css/bootstrap-modal.css", "./img/ajax-loader.gif"], "dependencies": { - "bootstrap": "2.3.0" + "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" - } - + "keywords": [ + "bootstrap", + "modal" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "*.md", + "LICENCE", + "node_modules", + "bower_components", + "composer.json", + "params.json", + "*.html" + ] } \ No newline at end of file