forked from GedMarc/bootstrap4-dialog
-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
37 lines (37 loc) · 889 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": "bootstrap4-dialog",
"description": "Make use of Bootstrap Modal more monkey-friendly. https://github.com/GedMarc/bootstrap4-dialog",
"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"
}
}