other.amd.json 157 B

123456789
  1. {
  2. "config": {
  3. "b": 2, "c": 2
  4. },
  5. "shim": {
  6. "a": {"deps": ["other"], "exports": "other"},
  7. "b": {"exports": "other"}
  8. }
  9. }