forked from angular-ui/ui-select
-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
29 lines (29 loc) · 857 Bytes
/
composer.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
{
"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"
]
}
}
}