-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 716 Bytes
/
Copy pathcomposer.json
File metadata and controls
34 lines (34 loc) · 716 Bytes
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
30
31
32
33
34
{
"name": "const-se/selectize-bootstrap4-theme",
"type": "library",
"version": "2.0.2",
"license": "Apache-2.0",
"description": "Selectize Theme for Bootstrap 4",
"keywords": [
"bootstrap",
"bootstrap4",
"css",
"sass",
"scss",
"select",
"selectize",
"theme",
"web"
],
"authors": [
{
"name": "Constantine Seleznyoff",
"email": "const.seoff@gmail.com"
}
],
"homepage": "https://github.com/const-se/selectize-bootstrap4-theme",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"support": {
"email": "const.seoff@gmail.com",
"issues": "https://github.com/const-se/selectize-bootstrap4-theme/issues"
}
}