-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbower.json
42 lines (42 loc) · 1.02 KB
/
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
38
39
40
41
42
{
"name": "gasparesganga-jquery-message-box",
"description": "A jQuery Plugin to replace Javascript's window.alert(), window.confirm() and window.prompt() functions",
"homepage": "https://gasparesganga.com/labs/jquery-message-box/",
"authors": [
"Gaspare Sganga <[email protected]> (https://gasparesganga.com)"
],
"license": "MIT",
"keywords": [
"ecosystem:jquery",
"jquery-plugin",
"jquery",
"plugin",
"messagebox",
"modal",
"dialog",
"alert",
"confirm",
"prompt"
],
"main": [
"dist/messagebox.js",
"dist/messagebox.css"
],
"repository": {
"type": "git",
"url": "https://github.com/gasparesganga/jquery-message-box.git"
},
"moduleType": [
"globals"
],
"dependencies": {
"jquery": ">=1.8.0"
},
"ignore": [
"node_modules",
"gulpfile.js",
"header.txt",
"package.json",
"package-lock.json"
]
}