aboutsummaryrefslogtreecommitdiff
path: root/bower.json
blob: 0587c7b3bacf74e5b13b820c41e4343bf63709c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "touch-imagelightbox",
  "version": "0.1.5",
  "authors": [
    "Victor Häggqvist <[email protected]>"
  ],
  "description": "A touch-friendly image lightbox",
  "main": "dist/touch-imagelightbox.min.js",
  "keywords": [
    "lightbox",
    "touch",
    "image"
  ],
  "license": "MIT",
  "homepage": "https://victorhaggqvist.github.io/touch-imagelightbox",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}