mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
added angular-bootstrap dep
This commit is contained in:
parent
eb35d0ed84
commit
36d67a8c2a
7 changed files with 7159 additions and 1 deletions
|
@ -34,7 +34,8 @@
|
|||
"bootstrap": "~3.1.1",
|
||||
"jquery": "~2.1.0",
|
||||
"moment": "~2.5.1",
|
||||
"require-css": "~0.1.2"
|
||||
"require-css": "~0.1.2",
|
||||
"angular-bootstrap": "~0.10.0"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
|
|
24
src/bower_components/angular-bootstrap/.bower.json
vendored
Normal file
24
src/bower_components/angular-bootstrap/.bower.json
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"author": {
|
||||
"name": "https://github.com/angular-ui/bootstrap/graphs/contributors"
|
||||
},
|
||||
"name": "angular-bootstrap",
|
||||
"version": "0.10.0",
|
||||
"main": [
|
||||
"./ui-bootstrap-tpls.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"angular": ">=1"
|
||||
},
|
||||
"homepage": "https://github.com/angular-ui/bootstrap-bower",
|
||||
"_release": "0.10.0",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "0.10.0",
|
||||
"commit": "f486d33d6f4c60d905ed0792eacbba2456a32b87"
|
||||
},
|
||||
"_source": "git://github.com/angular-ui/bootstrap-bower.git",
|
||||
"_target": "~0.10.0",
|
||||
"_originalSource": "angular-bootstrap",
|
||||
"_direct": true
|
||||
}
|
11
src/bower_components/angular-bootstrap/bower.json
vendored
Normal file
11
src/bower_components/angular-bootstrap/bower.json
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"author": {
|
||||
"name": "https://github.com/angular-ui/bootstrap/graphs/contributors"
|
||||
},
|
||||
"name": "angular-bootstrap",
|
||||
"version": "0.10.0",
|
||||
"main": ["./ui-bootstrap-tpls.js"],
|
||||
"dependencies": {
|
||||
"angular": ">=1"
|
||||
}
|
||||
}
|
3677
src/bower_components/angular-bootstrap/ui-bootstrap-tpls.js
vendored
Normal file
3677
src/bower_components/angular-bootstrap/ui-bootstrap-tpls.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
9
src/bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js
vendored
Normal file
9
src/bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
3427
src/bower_components/angular-bootstrap/ui-bootstrap.js
vendored
Normal file
3427
src/bower_components/angular-bootstrap/ui-bootstrap.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
9
src/bower_components/angular-bootstrap/ui-bootstrap.min.js
vendored
Normal file
9
src/bower_components/angular-bootstrap/ui-bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue