{
  "modules": {
    "test/a": {
      "requires": ["b", "a.css"]
    },
    "test/b": {
      "requires": ["./c"]
    },
    "test/c": {
      "requires": ["./d", "./c.css"]
    },
    "test/d": {
      "requires": ["./sub/e", "./d.css"]
    },
    "test/sub/e": {
      "requires": ["./sub1/f", "./e.css"]
    },
    "test/sub/sub1/f": {
      "requires": ["./f.css"]
    }
  },
  "packages": {
    "test": {
      "ignorePackageNameInUri": true,
      "base": "http://test/",
      "path": "http://test/"
    }
  }
}
