You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.bower.json 750B

123456789101112131415161718192021222324252627282930313233343536
  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. ],
  25. "homepage": "https://github.com/moment/moment",
  26. "version": "2.18.1",
  27. "_release": "2.18.1",
  28. "_resolution": {
  29. "type": "version",
  30. "tag": "2.18.1",
  31. "commit": "0af7d4f5f25f911c2eaab2a7ccb534c17e65c536"
  32. },
  33. "_source": "https://github.com/moment/moment.git",
  34. "_target": "2.18.1",
  35. "_originalSource": "moment"
  36. }