-
Notifications
You must be signed in to change notification settings - Fork 400
/
df-number-format.jquery.json
48 lines (48 loc) · 1.25 KB
/
df-number-format.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
41
42
43
44
45
46
47
48
{
"name" : "df-number-format",
"version" : "2.1.4",
"title" : "jQuery Number Format",
"author" : {
"name" : "Team DF",
"email" : "[email protected]",
"url" : "http://opensource.teamdf.com/"
},
"maintainers" : [
{
"name" : "Sam Sehnert",
"email" : "[email protected]"
}
],
"description" : "Easily format numbers for display use. Replace numbers inline in a document, or return a formatted number for other uses. Even enables seamless number formatting in input fields as-you-type. Currency formatting is easy too—simply add a currency placeholder in the label of your form element, and set the appropriate format.",
"keywords" : [
"number",
"numeric",
"format",
"mask",
"formatting",
"currency",
"money",
"dollar",
"euro",
"pound",
"decimal",
"separator",
"thousands",
"input",
"ui",
"form"
],
"homepage" : "https://github.com/teamdf/jquery-number/",
"docs" : "http://www.teamdf.com/web/jquery-number-format-redux/196/",
"demo" : "http://opensource.teamdf.com/number/examples/demo-as-you-type.html",
"files" : ["jquery.number.js","jquery.number.min.js"],
"dependencies" : {
"jquery" : ">1.7.0"
},
"licenses" : [
{
"type": "MIT",
"url": "http://opensource.teamdf.com/license/"
}
]
}