forked from dinbror/bpopup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 694 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 694 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
{
"name": "bPopup",
"main": "jquery.bpopup.js",
"version": "0.11.0",
"description": " bPopup is a lightweight jQuery modal popup plugin. It doesn't create or style your popup but provides you with all the logic like centering, modal overlay, events and more. It gives you a lot of opportunities to customize so it will fit your needs.",
"homepage": "https://github.com/dinbror/bpopup",
"keywords": [
"bpopup",
"popup",
"overlay",
"modal",
"ui",
"jquery",
"jquery-plugin"
],
"authors": [
{
"name": "Bjørn Klinggaard",
"url": "http://dinbror.dk",
"email": "[email protected]"
}
],
"license": "DWIWYWBPVMS",
"moduleType": [
"jquery"
],
"ignore": []
}