From 6a74cf5fb55ea56220489f29a334fd45426a6b8f Mon Sep 17 00:00:00 2001 From: Ignace Knops Date: Tue, 27 Sep 2016 15:04:06 +0200 Subject: [PATCH] Create bower.json Bower support --- bower.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..7b6b1b6 --- /dev/null +++ b/bower.json @@ -0,0 +1,18 @@ +{ + "name": "pretty-photo", + "version": "3.1.6", + "homepage": "http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/", + "authors": [ + "Stephane Caron " + ], + "description": "prettyPhoto is a jQuery based lightbox clone. Not only does it support images, it also add support for videos, flash, YouTube, iFrames. It’s a full blown media lightbox. The setup is easy and quick, plus the script is compatible in every major browser.", + "keywords": ["prettyphoto"], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}