-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhumanpicker.jquery.json
40 lines (40 loc) · 1.08 KB
/
humanpicker.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
36
37
38
39
40
{
"name": "Humanpicker",
"title": "jQuery Humanpicker",
"description": "jQuery control to select the number of people for web form.",
"keywords": [
"human",
"picker",
"control",
"people",
"kid",
"form",
"travel"
],
"version": "0.1.0",
"author": {
"name": "xtratio",
"email": "[email protected]",
"url": "https://github.com/xtratio"
},
"maintainers": [
{
"name": "xtratio",
"email": "[email protected]",
"url": "https://github.com/xtratio"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/xtratio/jquery-humanpicker/blob/master/LICENSE"
}
],
"bugs": "https://github.com/xtratio/jquery-humanpicker/issues",
"homepage": "https://github.com/xtratio/jquery-humanpicker",
"docs": "https://github.com/xtratio/jquery-humanpicker",
"download": "https://github.com/xtratio/jquery-humanpicker",
"dependencies": {
"jquery": ">=1.11"
}
}