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.1",
"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"
]
}
|