summaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..0ad364a
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,23 @@
+{
+ "name": "touch-imagelightbox",
+ "version": "0.1.0",
+ "authors": [
+ "Victor Häggqvist <[email protected]>"
+ ],
+ "description": "A touch-friendly image lightbox",
+ "main": "dist/touch-imagelightbox.min.js",
+ "keywords": [
+ "lightbox",
+ "touch",
+ "slideshow"
+ ],
+ "license": "MIT",
+ "homepage": "https://victorhaggqvist.github.io/touch-imagelightbox",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ]
+}