bower.json 419 B

1234567891011121314
  1. {
  2. "name": "teamdf/jquery-number",
  3. "main": "jquery.number.min.js",
  4. "description": "This is a jQuery plugin which allows developers to easily format numbers for display use. Allows users to replace numbers inline in a document, or return a formatted number for other uses.",
  5. "license": "MIT",
  6. "ignore": [
  7. "examples",
  8. "**/*.txt",
  9. "**/*.markdown"
  10. ],
  11. "dependencies": {
  12. "jquery": ">1.7.0"
  13. }
  14. }