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