From b6006fb24cecaff1a034eef1b3e009e3ac8c1637 Mon Sep 17 00:00:00 2001 From: Marek Grzybek Date: Mon, 4 Aug 2014 18:00:37 +0200 Subject: [PATCH] bower.json initial commit. Resolves #1 --- bower.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..2223e5ad --- /dev/null +++ b/bower.json @@ -0,0 +1,28 @@ +{ + "name": "baguettebox.js", + "version": "0.6.0", + "description": "Simple and easy to use lightbox script written in pure JavaScript", + "main": [ + "./build/js/baguetteBox.js", + "./build/css/baguetteBox.css" + ], + "keywords": [ + "lightbox" + ], + "authors": [ + "feimosi" + ], + "license": "MIT", + "homepage": "https://github.com/feimosi/baguetteBox.js", + "repository": { + "type": "git", + "url": "git://github.com/feimosi/baguetteBox.js.git" + }, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}