2015-02-11 10:13:49 -08:00
|
|
|
{
|
2016-08-26 16:34:08 -07:00
|
|
|
"name": "@angular/benchpress",
|
2016-09-13 09:49:48 -07:00
|
|
|
"version": "0.1.0",
|
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": {
|
2016-09-13 09:49:48 -07:00
|
|
|
"@angular/core": "^2.0.0-rc.7",
|
2016-08-26 16:34:08 -07:00
|
|
|
"reflect-metadata": "^0.1.2",
|
2018-05-03 09:33:42 -07:00
|
|
|
"rxjs": "^6.0.0",
|
2016-08-26 16:34:08 -07:00
|
|
|
"jpm": "1.1.4",
|
|
|
|
"firefox-profile": "0.4.0",
|
2016-09-09 10:37:47 -07:00
|
|
|
"selenium-webdriver": "^2.53.3"
|
2016-08-26 16:34:08 -07:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"angular",
|
|
|
|
"benchmarks"
|
|
|
|
],
|
|
|
|
"contributors": [
|
|
|
|
"Tobias Bosch <tbosch@google.com> (https://angular.io/)"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/angular/angular/issues"
|
|
|
|
},
|
2017-03-07 11:04:30 -08:00
|
|
|
"homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli"
|
2015-02-11 10:13:49 -08:00
|
|
|
}
|