aboutsummaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-06-24 22:22:23 +0200
committerVictor Häggqvist <[email protected]>2014-06-24 22:22:23 +0200
commitcbcf177bdf0b04e2f3b55f82d1609593e7408920 (patch)
tree1b89bedb1daf83ea605c5288d2279041b92aa086 /bower.json
parent2cb7b2c6e7799f14273d2b4b928c57d4ae4a5aac (diff)
fluff
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"
+ ]
+}