.bower.json 686 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "moment",
  3. "main": "moment.js",
  4. "ignore": [
  5. "**/.*",
  6. "benchmarks",
  7. "bower_components",
  8. "meteor",
  9. "node_modules",
  10. "scripts",
  11. "tasks",
  12. "test",
  13. "component.json",
  14. "composer.json",
  15. "CONTRIBUTING.md",
  16. "ender.js",
  17. "Gruntfile.js",
  18. "Moment.js.nuspec",
  19. "package.js",
  20. "package.json"
  21. ],
  22. "homepage": "https://github.com/moment/moment",
  23. "version": "2.13.0",
  24. "_release": "2.13.0",
  25. "_resolution": {
  26. "type": "version",
  27. "tag": "2.13.0",
  28. "commit": "f90b5150a46651fabd7724d06438d7df2db59401"
  29. },
  30. "_source": "https://github.com/moment/moment.git",
  31. "_target": ">=2.5.0",
  32. "_originalSource": "moment"
  33. }