-
-
Notifications
You must be signed in to change notification settings - Fork 166
Expand file tree
/
Copy pathcomposer.json
More file actions
21 lines (21 loc) · 682 Bytes
/
composer.json
File metadata and controls
21 lines (21 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "orchidjs/tom-select",
"description": "Tom Select is a dynamic, framework agnostic, and lightweight (~16kb gzipped) <select> UI control. With autocomplete and native-feeling keyboard navigation, it's useful for tagging, contact lists, country selectors, and so on.",
"type": "component",
"homepage": "https://tom-select.js.org/",
"license": "Apache-2.0",
"extra": {
"component": {
"scripts": [
"dist/js/tom-select.complete.min.js"
],
"styles": [
"dist/css/tom-select.default.min.css"
],
"files": [
"dist/js/tom-select.complete.min.js",
"dist/css/tom-select.default.min.css"
]
}
}
}