manifest.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. "mootools-table": {
  25. "track-indirect": "mootools-table.hash",
  26. "from-remote": "anutron",
  27. "remotes": ["anutron"]
  28. },
  29. "art-widgets": {
  30. "track-indirect": "art-widgets.hash",
  31. "from-remote": "origin",
  32. "remotes": ["origin"]
  33. },
  34. "slick": {
  35. "track-indirect": "slick.hash",
  36. "from-remote": "anutron",
  37. "remotes": ["anutron"]
  38. }
  39. }
  40. }