-
Notifications
You must be signed in to change notification settings - Fork 190
Expand file tree
/
Copy pathbower.json
More file actions
44 lines (44 loc) · 756 Bytes
/
Copy pathbower.json
File metadata and controls
44 lines (44 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "lity",
"authors": [
"Jan Sorgalla <jsorgalla@gmail.com>"
],
"description": "Lightweight, accessible and responsive lightbox.",
"main": [
"dist/lity.min.js",
"dist/lity.min.css"
],
"moduleType": [
"amd",
"globals",
"node"
],
"dependencies": {
"jquery": ">=1.7"
},
"keywords": [
"lightbox",
"modal",
"popup",
"lightweight",
"responsive",
"accessible",
"accessibility",
"a11y",
"jquery",
"jquery-plugin",
"ecosystem:jquery"
],
"license": "MIT",
"homepage": "http://sorgalla.com/lity/",
"ignore": [
"**/.*",
"assets",
"node_modules",
"bower_components",
"vendor",
"Gruntfile.js",
"index.html",
"package.json"
]
}