| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "default-remote":"origin",
- "remotes": {
- "origin": {
- "fetch": "git://github.com/cloudera/%(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"
- },
- "more-behaviors": {
- "track-indirect": "more-behaviors.hash"
- },
- "mootools-color": {
- "dir": "color",
- "track-indirect": "color.hash"
- },
- "mootools-touch": {
- "dir": "touch",
- "track-indirect": "touch.hash"
- },
- "art-widgets": {
- "dir": "widgets",
- "track-indirect": "widgets.hash"
- },
- "jframe": {
- "track-indirect": "jframe.hash"
- },
- "slick": {
- "track-indirect": "slick.hash"
- }
- }
- }
|