| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "remotes": {
- "origin": {
- "fetch": "git://github.com/cloudera/%(name)s.git"
- },
- "anutron": {
- "fetch": "git://github.com/anutron/%(name)s.git"
- },
- "mootools": {
- "fetch": "git://github.com/mootools/%(name)s.git"
- }
- },
- "projects": {
- "mootools-core": {
- "dir": "core",
- "track-indirect": "core.hash"
- },
- "mootools-more": {
- "dir": "more",
- "track-indirect": "more.hash"
- },
- "art": {
- "track-indirect": "art.hash"
- },
- "clientcide": {
- "track-indirect": "clientcide.hash"
- },
- "behavior": {
- "track-indirect": "behavior.hash",
- "from-remote": "anutron",
- "remotes": ["anutron"]
- },
- "more-behaviors": {
- "track-indirect": "more-behaviors.hash",
- "from-remote": "anutron",
- "remotes": ["anutron"]
- },
- "mootools-color": {
- "dir": "color",
- "track-indirect": "color.hash",
- "from-remote": "anutron",
- "remotes": ["anutron"]
- },
- "mootools-touch": {
- "dir": "touch",
- "track-indirect": "touch.hash"
- },
- "art-widgets": {
- "dir": "widgets",
- "track-indirect": "widgets.hash",
- "from-remote": "origin",
- "remotes": ["origin"]
- },
- "slick": {
- "track-indirect": "slick.hash",
- "from-remote": "anutron",
- "remotes": ["anutron"]
- }
- }
- }
|