2015-02-11 10:13:49 -08:00
|
|
|
{
|
2016-08-26 16:34:08 -07:00
|
|
|
"name": "@angular/benchpress",
|
2020-06-22 20:04:23 +02:00
|
|
|
"version": "0.2.1",
|
2015-02-24 14:52:05 -08:00
|
|
|
"description": "Benchpress - a framework for e2e performance tests",
|
2016-08-26 16:34:08 -07:00
|
|
|
"main": "index.js",
|
2017-03-02 13:54:35 -08:00
|
|
|
"typings": "./index.d.ts",
|
2017-03-24 09:56:50 -07:00
|
|
|
"strictNullChecks": true,
|
2015-02-11 10:13:49 -08:00
|
|
|
"dependencies": {
|
2020-06-22 20:04:23 +02:00
|
|
|
"@angular/core": "^10.0.0-0 || ^11.0.0",
|
2020-06-22 20:20:09 +02:00
|
|
|
"reflect-metadata": "^0.1.13"
|
2016-08-26 16:34:08 -07:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-12-07 12:12:59 +01:00
|
|
|
"url": "https://github.com/angular/angular.git",
|
|
|
|
"directory": "packages/benchpress"
|
2016-08-26 16:34:08 -07:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"angular",
|
|
|
|
"benchmarks"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/angular/angular/issues"
|
|
|
|
},
|
2020-06-25 14:35:28 -07:00
|
|
|
"homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli",
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://wombat-dressing-room.appspot.com"
|
|
|
|
}
|
2019-04-22 09:50:05 -07:00
|
|
|
}
|