.bower.json 706 B

12345678910111213141516171819202122232425262728293031323334
  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. ],
  23. "homepage": "https://github.com/moment/moment",
  24. "version": "2.15.1",
  25. "_release": "2.15.1",
  26. "_resolution": {
  27. "type": "version",
  28. "tag": "2.15.1",
  29. "commit": "d3f9a749f0e27ea7ec6e8de3719247d132b357a7"
  30. },
  31. "_source": "https://github.com/moment/moment.git",
  32. "_target": "^2.15.0",
  33. "_originalSource": "moment"
  34. }