forked from gasparesganga/jquery-loading-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 897 Bytes
/
bower.json
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
{
"name": "gasparesganga-jquery-loading-overlay",
"description": "A flexible loading overlay jQuery plugin",
"homepage": "https://gasparesganga.com/labs/jquery-loading-overlay/",
"authors": [
"Gaspare Sganga <[email protected]> (https://gasparesganga.com)"
],
"license": "MIT",
"keywords": [
"ecosystem:jquery",
"jquery-plugin",
"jquery",
"plugin",
"loading",
"overlay"
],
"main": [
"dist/loadingoverlay.js"
],
"repository": {
"type": "git",
"url": "https://github.com/gasparesganga/jquery-loading-overlay.git"
},
"moduleType": [
"globals"
],
"dependencies": {
"jquery": ">=1.7.0"
},
"ignore": [
"node_modules",
"gulpfile.js",
"header.txt",
"package.json",
"package-lock.json"
]
}