-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcountrySelector.jquery.json
35 lines (35 loc) · 1.12 KB
/
countrySelector.jquery.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": "countrySelector",
"title": "jQuery Country Selector",
"description": "This is a simple jQuery plugin which allows to create a country selector in your web page.",
"keywords": [
"jQuery",
"country",
"selector"
],
"version": "1.0.5.3",
"author": {
"name": "Jia Kang",
"url": "https://github.com/kylinwater/jQuery-Country-Selector/"
},
"maintainers": [
{
"name": "Jia Kang",
"email": "jia.kang.1982@gmail.com",
"url": "http://kylinwater.objectis.net/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/kylinwater/jQuery-Country-Selector/blob/master/COPYRIGHT"
}
],
"bugs": "https://github.com/kylinwater/jQuery-Country-Selector/issues",
"homepage": "https://github.com/kylinwater/jQuery-Country-Selector",
"docs": "https://sourceforge.net/p/jquerycountryse/wiki/jQuery%20Country%20Selector/",
"download": "https://sourceforge.net/projects/jquerycountryse/files/latest/download",
"dependencies": {
"jquery": ">=1.5"
}
}