| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "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": { "track-indirect": "mootools-core.hash" },
- "mootools-more": { "track-indirect": "mootools-more.hash" },
- "art": { "track-indirect": "art.hash" },
- "clientcide": { "track-indirect": "clientcide.hash" },
- "mootools-color": {
- "track-indirect": "mootools-color.hash",
- "from-remote": "anutron",
- "remotes": ["anutron"]
- },
- "mootools-touch": { "track-indirect": "mootools-touch.hash" },
- /*
- * Disabled by todd, 10/1/2010, not working
- "mootools-table": {
- "track-indirect": "mootools-table.hash",
- "from-remote": "anutron",
- "remotes": ["anutron"]
- },
- */
- "art-widgets": {
- "track-indirect": "art-widgets.hash",
- "from-remote": "origin",
- "remotes": ["origin"]
- },
- "slick": {
- "track-indirect": "slick.hash",
- "from-remote": "anutron",
- "remotes": ["anutron"]
- }
- }
- }
|