bower.json 294 B

12345678910111213141516
  1. {
  2. "name": "numeral",
  3. "repo": "adamwdraper/Numeral-js",
  4. "version": "2.0.6",
  5. "description": "Format and manipulate numbers.",
  6. "keywords": [
  7. "numeral",
  8. "number",
  9. "format",
  10. "time",
  11. "money",
  12. "percentage"
  13. ],
  14. "scripts": [ "numeral.js" ],
  15. "main": "numeral.js"
  16. }