summaryrefslogtreecommitdiff
path: root/bower.json
blob: da514fd0e1f5cdd2c0dd7222ec9b3b05ac9168d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "touch-imagelightbox-demo",
  "version": "0.0.0",
  "authors": [
    "Victor Häggqvist <[email protected]>"
  ],
  "license": "MIT",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "touch-imagelightbox": "~0.1.2"
  }
}