diff options
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/ui-select/composer.json')
-rw-r--r-- | ecomp-portal-FE/client/bower_components/ui-select/composer.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/ecomp-portal-FE/client/bower_components/ui-select/composer.json b/ecomp-portal-FE/client/bower_components/ui-select/composer.json new file mode 100644 index 00000000..aeee32a4 --- /dev/null +++ b/ecomp-portal-FE/client/bower_components/ui-select/composer.json @@ -0,0 +1,29 @@ +{ + "name": "components/ui-select", + "description": "AngularJS UI Select", + "keywords": ["angular", "angular-ui", "select", "select2", "angularjs"], + "type": "component", + "homepage": "https://github.com/angular-ui/ui-select", + "license": "MIT", + "support": { + "issues": "https://github.com/angular-ui/ui-select/issues", + "wiki": "https://github.com/angular-ui/ui-select/wiki", + "source": "https://github.com/angular-ui/ui-select" + }, + "require": { + "robloach/component-installer": "*" + }, + "extra": { + "component": { + "scripts": [ + "dist/select.js" + ], + "files": [ + "dist/select.js", + "dist/select.css", + "dist/select.min.js", + "dist/select.min.css" + ] + } + } +}
\ No newline at end of file |