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.

29 lines
655 B

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