manifest.json 904 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "remotes": {
  3. "origin": {
  4. "fetch": "git://github.com/cloudera/%(name)s.git"
  5. },
  6. "anutron": {
  7. "fetch": "git://github.com/anutron/%(name)s.git"
  8. },
  9. "mootools": {
  10. "fetch": "git://github.com/mootools/%(name)s.git"
  11. }
  12. },
  13. "projects": {
  14. "mootools-core": { "track-indirect": "mootools-core.hash" },
  15. "mootools-more": { "track-indirect": "mootools-more.hash" },
  16. "art": { "track-indirect": "art.hash" },
  17. "clientcide": { "track-indirect": "clientcide.hash" },
  18. "mootools-color": {
  19. "track-indirect": "mootools-color.hash",
  20. "from-remote": "anutron",
  21. "remotes": ["anutron"]
  22. },
  23. "mootools-touch": { "track-indirect": "mootools-touch.hash" },
  24. "art-widgets": {
  25. "track-indirect": "art-widgets.hash",
  26. "from-remote": "origin",
  27. "remotes": ["origin"]
  28. },
  29. "slick": {
  30. "track-indirect": "slick.hash",
  31. "from-remote": "anutron",
  32. "remotes": ["anutron"]
  33. }
  34. }
  35. }