forked from wolffe/tail.select.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (31 loc) · 928 Bytes
/
package.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
30
31
32
33
{
"name": "tail.select.js",
"version": "0.5.22",
"description": "Create beautiful, functional and extensive (multi) select fields, written in Vanilla JavaScript without any dependencies!",
"keywords": [
"select",
"select2",
"select3",
"selection",
"selectable",
"dropdown",
"choose",
"vanilla",
"tail"
],
"author": "wolffe <getbutterfly@gmail.com> (https://getbutterfly.com)",
"license": "MIT",
"homepage": "https://getbutterfly.com/tail-select/",
"main": "js/tail.select.js",
"bugs": {
"url": "https://github.com/wolffe/tail.select.js/issues",
"email": "getbutterfly@gmail.com"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/wolffe/tail.select.js.git"
},
"reveal": true,
"browser": "js/tail.select.js",
"jsdelivr": "js/tail.select.js"
}