diff options
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/angular-bootstrap/bower.json')
-rw-r--r-- | ecomp-portal-FE/client/bower_components/angular-bootstrap/bower.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ecomp-portal-FE/client/bower_components/angular-bootstrap/bower.json b/ecomp-portal-FE/client/bower_components/angular-bootstrap/bower.json new file mode 100644 index 00000000..e0b38c33 --- /dev/null +++ b/ecomp-portal-FE/client/bower_components/angular-bootstrap/bower.json @@ -0,0 +1,19 @@ +{ + "author": { + "name": "https://github.com/angular-ui/bootstrap/graphs/contributors" + }, + "name": "angular-bootstrap", + "keywords": [ + "angular", + "angular-ui", + "bootstrap" + ], + "license": "MIT", + "ignore": [], + "description": "Native AngularJS (Angular) directives for Bootstrap.", + "version": "2.4.0", + "main": ["./ui-bootstrap-tpls.js"], + "dependencies": { + "angular": ">=1.4.0" + } +} |