manifest.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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": {
  15. "dir": "core",
  16. "track-indirect": "core.hash"
  17. },
  18. "mootools-more": {
  19. "dir": "more",
  20. "track-indirect": "more.hash"
  21. },
  22. "art": {
  23. "track-indirect": "art.hash"
  24. },
  25. "clientcide": {
  26. "track-indirect": "clientcide.hash"
  27. },
  28. "behavior": {
  29. "track-indirect": "behavior.hash",
  30. "from-remote": "anutron",
  31. "remotes": ["anutron"]
  32. },
  33. "more-behaviors": {
  34. "track-indirect": "more-behaviors.hash",
  35. "from-remote": "anutron",
  36. "remotes": ["anutron"]
  37. },
  38. "mootools-color": {
  39. "dir": "color",
  40. "track-indirect": "color.hash",
  41. "from-remote": "anutron",
  42. "remotes": ["anutron"]
  43. },
  44. "mootools-touch": {
  45. "dir": "touch",
  46. "track-indirect": "touch.hash"
  47. },
  48. "art-widgets": {
  49. "dir": "widgets",
  50. "track-indirect": "widgets.hash",
  51. "from-remote": "origin",
  52. "remotes": ["origin"]
  53. },
  54. "slick": {
  55. "track-indirect": "slick.hash",
  56. "from-remote": "anutron",
  57. "remotes": ["anutron"]
  58. }
  59. }
  60. }