{
  "name": "test-alpha",
  "clientDependencies": {
    "jquery": {
      "files": [
        "dist/jquery.js"
      ],
      "injectionLineSelectorJS": "// Dependencies like jQuery, or Angular are brought in here"
    },
    "angular": {
      "dependencies": "/jquery.js",
      "priority": 10,
      "injectionLineSelectorJS": "'js/dependencies/jquery/jquery.js',"
    }
  }
}
