chromium/third_party/blink/perf_tests/speedometer21/resources/todomvc/architecture-examples/angularjs/package.json

{
  "private": true,
  "scripts": {
    "test": "karma start test/config/karma.conf.js"
  },
  "dependencies": {
    "angular": "1.6.5",
    "angular-resource": "1.6.5",
    "angular-route": "1.6.5",
    "todomvc-app-css": "^2.1.0",
    "todomvc-common": "^1.0.4"
  }
}