summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/package.json
blob: 7aef1a4baad9b8fd61eccd7013c83339f97730ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "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"
  }
}