forked from EugenMayer/bootstrap-dialog
-
Notifications
You must be signed in to change notification settings - Fork 31
/
.bower.json
46 lines (46 loc) · 1.07 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
43
44
45
46
{
"name": "bootstrap4-dialog",
"description": "Make use of Bootstrap Modal more monkey-friendly. http://nakupanda.github.io/bootstrap3-dialog/ updated to bootstrap4",
"version": "4.3.8",
"keywords": [
"css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"homepage": "https://github.com/GedMarc/bootstrap4-dialog",
"main": [
"dist/less/bootstrap-dialog.less",
"dist/css/bootstrap-dialog.min.css",
"dist/js/bootstrap-dialog.min.js"
],
"ignore": [
"source",
"spec",
".bowerrc",
".gitignore",
".jshintignore",
".jshintrc",
"bower.json",
"gruntfile.js",
"package.json",
"README.md"
],
"dependencies": {
"bootstrap": ">= 4.3.1",
"jquery": ">= 3.4.0"
},
"_release": "1.35.2",
"_resolution": {
"type": "version",
"tag": "v1.35.2",
"commit": "49b786d4949bb02a22a9358d7d65f30e058c5438"
},
"_source": "https://github.com/GedMarc/bootstrap4-dialog",
"_target": "*",
"_originalSource": "https://github.com/EugenMayer/bootstrap-dialog.git"
}