hjg
2024-07-09 30304784e82d4bba24121328da8eb8490aec4f4f
提交 | 用户 | 时间
58d006 1 {
A 2     "name": "select2",
3     "title": "Select2",
4     "description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
5     "keywords": [
6         "select",
7         "autocomplete",
8         "typeahead",
9         "dropdown",
10         "multiselect",
11         "tag",
12         "tagging"
13     ],
14     "version": "3.4.3",
15     "author": {
16         "name": "Igor Vaynberg",
17         "url": "https://github.com/ivaynberg"
18     },
19     "licenses": [
20         {
21             "type": "Apache",
22             "url": "http://www.apache.org/licenses/LICENSE-2.0"
23         },
24         {
25             "type": "GPL v2",
26             "url": "http://www.gnu.org/licenses/gpl-2.0.html"
27         }
28     ],
29     "bugs": "https://github.com/ivaynberg/select2/issues",
30     "homepage": "http://ivaynberg.github.com/select2",
31     "docs": "http://ivaynberg.github.com/select2/",
32     "download": "https://github.com/ivaynberg/select2/tags",
33     "dependencies": {
34         "jquery": ">=1.7.1"
35     }
36 }