2015-02-11 18:13:49 +00:00
|
|
|
{
|
2016-08-26 23:34:08 +00:00
|
|
|
"name": "@angular/benchpress",
|
2022-01-29 19:30:03 +00:00
|
|
|
"version": "0.3.0",
|
2015-02-24 22:52:05 +00:00
|
|
|
"description": "Benchpress - a framework for e2e performance tests",
|
2015-02-11 18:13:49 +00:00
|
|
|
"dependencies": {
|
2023-12-13 15:08:06 +00:00
|
|
|
"@angular/core": "^17.0.0",
|
2024-01-18 17:05:48 +00:00
|
|
|
"reflect-metadata": "^0.2.0"
|
2016-08-26 23:34:08 +00:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2018-12-07 11:12:59 +00:00
|
|
|
"url": "https://github.com/angular/angular.git",
|
|
|
|
|
"directory": "packages/benchpress"
|
2016-08-26 23:34:08 +00:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"angular",
|
|
|
|
|
"benchmarks"
|
|
|
|
|
],
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/angular/angular/issues"
|
|
|
|
|
},
|
2022-05-03 18:34:54 +00:00
|
|
|
"homepage": "https://github.com/angular/angular/tree/main/packages/benchpress",
|
2020-06-25 21:35:28 +00:00
|
|
|
"publishConfig": {
|
|
|
|
|
"registry": "https://wombat-dressing-room.appspot.com"
|
|
|
|
|
}
|
2019-04-22 16:50:05 +00:00
|
|
|
}
|