-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 763 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 763 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
{
"name": "bdialog",
"version": "2.1.0",
"description": "A multi-layer nested, highly customizable powerful dialog plugin, dialog type including modal, alert, mask and toast types",
"main": "b.dialog.js",
"scripts": {
"test": "grunt eslint"
},
"dependencies": {
"jquery": "^1.10.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TerryZ/bDialog.git"
},
"keywords": [
"jquery",
"bootstrap",
"dialog",
"alert",
"multiple-layers",
"notifications",
"modal",
"mask",
"toast",
"jquery-plugin",
"ui"
],
"author": "TerryZ",
"license": "MIT",
"bugs": {
"url": "https://github.com/TerryZ/bDialog/issues"
},
"homepage": "https://github.com/TerryZ/bDialog#readme"
}