df-number-format.jquery.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name" : "df-number-format",
  3. "version" : "2.1.4",
  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. Currency formatting is easy too—simply add a currency placeholder in the label of your form element, and set the appropriate format.",
  17. "keywords" : [
  18. "number",
  19. "numeric",
  20. "format",
  21. "mask",
  22. "formatting",
  23. "currency",
  24. "money",
  25. "dollar",
  26. "euro",
  27. "pound",
  28. "decimal",
  29. "separator",
  30. "thousands",
  31. "input",
  32. "ui",
  33. "form"
  34. ],
  35. "homepage" : "https://github.com/teamdf/jquery-number/",
  36. "docs" : "http://www.teamdf.com/web/jquery-number-format-redux/196/",
  37. "demo" : "http://opensource.teamdf.com/number/examples/demo-as-you-type.html",
  38. "files" : ["jquery.number.js","jquery.number.min.js"],
  39. "dependencies" : {
  40. "jquery" : ">1.7.0"
  41. },
  42. "licenses" : [
  43. {
  44. "type": "MIT",
  45. "url": "http://opensource.teamdf.com/license/"
  46. }
  47. ]
  48. }