nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / ui-select / composer.json
1 {
2     "name": "components/ui-select",
3     "description": "AngularJS UI Select",
4     "keywords": ["angular", "angular-ui", "select", "select2", "angularjs"],
5     "type": "component",
6     "homepage": "https://github.com/angular-ui/ui-select",
7     "license": "MIT",
8     "support": {
9         "issues": "https://github.com/angular-ui/ui-select/issues",
10         "wiki": "https://github.com/angular-ui/ui-select/wiki",
11         "source": "https://github.com/angular-ui/ui-select"
12     },
13     "require": {
14         "robloach/component-installer": "*"
15     },
16     "extra": {
17         "component": {
18             "scripts": [
19                 "dist/select.js"
20             ],
21             "files": [
22                 "dist/select.js",
23                 "dist/select.css",
24                 "dist/select.min.js",
25                 "dist/select.min.css"
26             ]
27         }
28     }
29 }