.bower.json 771 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "moment",
  3. "license": "MIT",
  4. "main": "moment.js",
  5. "ignore": [
  6. "**/.*",
  7. "benchmarks",
  8. "bower_components",
  9. "meteor",
  10. "node_modules",
  11. "scripts",
  12. "tasks",
  13. "test",
  14. "component.json",
  15. "composer.json",
  16. "CONTRIBUTING.md",
  17. "ender.js",
  18. "Gruntfile.js",
  19. "Moment.js.nuspec",
  20. "package.js",
  21. "package.json",
  22. "ISSUE_TEMPLATE.md",
  23. "typing-tests",
  24. "min/tests.js"
  25. ],
  26. "homepage": "https://github.com/moment/moment",
  27. "version": "2.29.4",
  28. "_release": "2.29.4",
  29. "_resolution": {
  30. "type": "version",
  31. "tag": "2.29.4",
  32. "commit": "7278f421be38466bb6ca323d652b4a5759146ba1"
  33. },
  34. "_source": "https://github.com/moment/moment.git",
  35. "_target": "~2.29.0",
  36. "_originalSource": "moment"
  37. }