| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "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"
- },
- "mootools-color": {
- "dir": "color",
- "track-indirect": "color.hash",
- "from-remote": "anutron",
- "remotes": ["anutron"]
- },
- "mootools-touch": {
- "dir": "touch",
- "track-indirect": "touch.hash"
- },
- "mootools-table": {
- "dir": "table",
- "track-indirect": "table.hash",
- "from-remote": "anutron",
- "remotes": ["anutron"]
- },
- "art-widgets": {
- "dir": "widgets",
- "track-indirect": "widgets.hash",
- "from-remote": "origin",
- "remotes": ["origin"]
- },
- "slick": {
- "track-indirect": "slick.hash",
- "from-remote": "anutron",
- "remotes": ["anutron"]
- }
- }
- }
|