Skip to content

Commit dff53a5

Browse files
committed
added jquery plugin manifest
1 parent 8332d6a commit dff53a5

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

select2.jquery.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
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.2.0",
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.4.6"
35+
}
36+
}

0 commit comments

Comments
 (0)