From b7fc6e03edbdb53e91c21b025545c38e2312451f Mon Sep 17 00:00:00 2001 From: Pascal Kleindienst Date: Sat, 22 Oct 2016 15:03:00 +0200 Subject: [PATCH] added bower json --- bower.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..0056819 --- /dev/null +++ b/bower.json @@ -0,0 +1,22 @@ +{ + "name": "saga-gallery", + "description": "A simple and small lightbox gallery written in pure JavaScript", + "main": "dist/saga-gallery.min.js", + "authors": [ + "Pascal Kleindienst " + ], + "license": "MIT", + "keywords": [ + "gallery", + "slider", + "lightbox" + ], + "homepage": "https://github.com/PascalKleindienst/saga-gallery", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}