~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to lib/jquery-number-master/df-number-format.jquery.json

  • Committer: Keith Hughitt
  • Date: 2011-05-26 19:27:36 UTC
  • mto: This revision was merged to the branch mainline in revision 567.
  • Revision ID: keith.hughitt@nasa.gov-20110526192736-qyr0ltaiak33loik
Updated release notes and sample configuration file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
        "name"                  : "df-number-format",
3
 
        "version"               : "2.1.0",
4
 
        "title"                 : "jQuery Number Format",
5
 
        "author"                : {
6
 
                "name"  : "Team DF",
7
 
                "email" : "plugins@teamdf.com",
8
 
                "url"   : "http://opensource.teamdf.com/"
9
 
        },
10
 
        "maintainers"   : [
11
 
                {
12
 
                        "name"  : "Sam Sehnert",
13
 
                        "email" : "sam@teamdf.com"
14
 
                }
15
 
        ],
16
 
        "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.",
17
 
        "keywords"              : [
18
 
                "number",
19
 
                "format",
20
 
                "mask",
21
 
                "formatting",
22
 
                "currency",
23
 
                "decimal",
24
 
                "separator",
25
 
                "thousands",
26
 
                "input",
27
 
                "ui",
28
 
                "form"
29
 
        ],
30
 
        "homepage"              : "https://github.com/teamdf/jquery-number/",
31
 
        "docs"                  : "http://www.teamdf.com/web/jquery-number-format-redux/196/",
32
 
        "demo"                  : "http://opensource.teamdf.com/number/examples/demo-as-you-type.html",
33
 
        "files"                 : ["jquery.number.js","jquery.number.min.js"],
34
 
        "dependencies"  : {
35
 
                "jquery" : ">1.7.0"
36
 
        },
37
 
        "licenses"              : [
38
 
                {
39
 
                    "type": "MIT",
40
 
                    "url": "http://opensource.teamdf.com/license/"
41
 
                }
42
 
        ]
43
 
}
 
 
b'\\ No newline at end of file'