forked from cfrefah/tail.select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (33 loc) · 960 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
34
35
{
"name": "tail.select",
"version": "0.5.16",
"description": "Create beautiful, functional and extensive (Multi) select fields, written in Vanilla without any dependencies!",
"keywords": [
"select",
"selection",
"selectable",
"dropdown",
"choose",
"vanilla",
"tail"
],
"author": "SamBrishes <[email protected]> (https://www.pytes.net)",
"license": "MIT",
"homepage": "https://github.com/pytesNET/tail.select",
"main": "js/tail.select.js",
"bugs": {
"url": "https://github.com/pytesNET/tail.select/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/pytesNET/tail.select.git"
},
"devDependencies": {
"less": ">=3.5.0",
"clean-css": ">=4.1.0"
},
"reveal": true,
"browser": "js/tail.select-full.js",
"jsdelivr": "js/tail.select-full.js"
}