-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathKnockoutExtend.jquery.json
More file actions
41 lines (41 loc) · 1.27 KB
/
KnockoutExtend.jquery.json
File metadata and controls
41 lines (41 loc) · 1.27 KB
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
41
{
"name": "KnockoutExtend",
"title": "Knockout Extend",
"description": "jQuery plugin to make Mask with Globalization and visual elements like Date.",
"keywords": [
"Knockout",
"Globalize",
"Bootstrap",
"MeioMask",
"Bootstrap-Datepicker"
],
"version": "0.0.2",
"author": {
"name": "Thiago Aguiar",
"url": "https://github.com/Taguiar84/Knockout-Extend/AUTHORS.txt"
},
"maintainers": [
{
"name": "Thiago Aguiar",
"email": "thiago.sol@gmail.com",
"url": "https://github.com/Taguiar84"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/Taguiar84/Knockout-Extend/master/LICENSE"
}
],
"bugs": "https://github.com/Taguiar84/Knockout-Extend/issues",
"homepage": "https://github.com/Taguiar84/Knockout-Extend",
"docs": "https://github.com/Taguiar84/Knockout-Extend/blob/master/README.md",
"download": "https://github.com/Taguiar84/Knockout-Extend/raw/master/Version/latest/AsyncRequest.zip",
"demo": "http://taguiar84.github.io/Knockout-Extend/",
"dependencies": {
"jquery": ">=2.0",
"knockoutjs": ">=3.0.0",
"bootstrap": ">=3.0.2",
"Bootstrap-Datepicker": ">=1.2.0"
}
}