Skip to content

Commit 53e5f82

Browse files
authored
Merge pull request #52 from f1mishutka/master
composer.json file added
2 parents 7d554fd + b9f8e54 commit 53e5f82

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

composer.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "ttskch/select2-bootstrap4-theme",
3+
"description": "Select2 v4 theme for Bootstrap4 (Compatible to boostrap 4.0.0+)",
4+
"keywords": [
5+
"css",
6+
"sass",
7+
"select2",
8+
"bootstrap4",
9+
"theme"
10+
],
11+
"homepage": "https://github.com/ttskch/select2-bootstrap4-theme",
12+
"authors": [
13+
{
14+
"name": "Takashi Kanemoto"
15+
}
16+
],
17+
"support": {
18+
"issues": "https://github.com/ttskch/select2-bootstrap4-theme/issues"
19+
},
20+
"license": "MIT"
21+
}

0 commit comments

Comments
 (0)