Files
Paul Gschwendtner 09280257a2 build: clean up references to old master branch (#45890)
Cleans up all references to the `master` branch we renamed to
`main` across Angular.

PR Close #45890
2022-05-05 10:53:13 -07:00

29 lines
717 B
JSON

{
"name": "@angular/benchpress",
"version": "0.2.1",
"description": "Benchpress - a framework for e2e performance tests",
"main": "index.js",
"typings": "./index.d.ts",
"dependencies": {
"@angular/core": "^13.0.0",
"reflect-metadata": "^0.1.13"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git",
"directory": "packages/benchpress"
},
"keywords": [
"angular",
"benchmarks"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular/issues"
},
"homepage": "https://github.com/angular/angular/tree/main/packages/benchpress",
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}