manifest.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. /*
  25. * Disabled by todd, 10/1/2010, not working
  26. "mootools-table": {
  27. "track-indirect": "mootools-table.hash",
  28. "from-remote": "anutron",
  29. "remotes": ["anutron"]
  30. },
  31. */
  32. "art-widgets": {
  33. "track-indirect": "art-widgets.hash",
  34. "from-remote": "origin",
  35. "remotes": ["origin"]
  36. },
  37. "slick": {
  38. "track-indirect": "slick.hash",
  39. "from-remote": "anutron",
  40. "remotes": ["anutron"]
  41. }
  42. }
  43. }