forked from cfrefah/tail.select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
28 lines (27 loc) · 765 Bytes
/
bower.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
{
"name": "tail.select",
"description": "Create beautiful, functional and extensive (Multi) select fields, written in Vanilla without any dependencies!",
"keywords": [
"select",
"selection",
"selectable",
"dropdown",
"choose",
"vanilla",
"tail"
],
"authors": [
"SamBrishes <[email protected]> (https://www.pytes.net)",
"pytesNET <[email protected]> (https://www.pytes.net)"
],
"license": "MIT",
"homepage": "https://github.com/pytesNET/tail.select",
"main": [
"js/tail.select-full.js",
"css/default/tail.select-light.css"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/pytesNET/tail.select.git"
}
}