-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
38 lines (38 loc) · 915 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
38
{
"name": "bootstrap3-dialog",
"description": "Make use of Bootstrap Modal more monkey-friendly. http://nakupanda.github.io/bootstrap3-dialog/",
"version": "1.35.4",
"keywords": [
"css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"homepage": "http://nakupanda.github.io/bootstrap3-dialog/",
"main": [
"dist/less/bootstrap-dialog.less",
"dist/css/bootstrap-dialog.min.css",
"dist/js/bootstrap-dialog.min.js"
],
"license": "MIT",
"ignore": [
"source",
"spec",
".bowerrc",
".gitignore",
".jshintignore",
".jshintrc",
"bower.json",
"gruntfile.js",
"package.json",
"README.md"
],
"dependencies": {
"bootstrap": ">= 3.1.0",
"jquery": ">= 1.9.0"
}
}