aboutsummaryrefslogtreecommitdiff
path: root/bower.json
blob: af3182c13f2ea11978df9e5e81322a1d644669d7 (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.2.0",
  "authors": [
    "Victor Häggqvist <[email protected]> (https://victorhaggqvist.com/)"
  ],
  "description": "A touch-friendly image lightbox, without bells and whistles.",
  "main": "dist/LightBox.Core.min.js",
  "keywords": [
    "lightbox",
    "touch",
    "image"
  ],
  "license": "MIT",
  "homepage": "https://victorhaggqvist.github.io/touch-imagelightbox",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}