2015-02-11 13:13:49 -05:00
|
|
|
{
|
2016-08-26 19:34:08 -04:00
|
|
|
"name": "@angular/benchpress",
|
2016-09-13 12:49:48 -04:00
|
|
|
"version": "0.1.0",
|
2015-02-24 17:52:05 -05:00
|
|
|
"description": "Benchpress - a framework for e2e performance tests",
|
2016-08-26 19:34:08 -04:00
|
|
|
"main": "index.js",
|
2017-03-02 16:54:35 -05:00
|
|
|
"typings": "./index.d.ts",
|
2017-03-24 12:56:50 -04:00
|
|
|
"strictNullChecks": true,
|
2015-02-11 13:13:49 -05:00
|
|
|
"dependencies": {
|
2016-09-13 12:49:48 -04:00
|
|
|
"@angular/core": "^2.0.0-rc.7",
|
2016-08-26 19:34:08 -04:00
|
|
|
"reflect-metadata": "^0.1.2",
|
2019-10-01 13:59:49 -04:00
|
|
|
"rxjs": "^6.5.3",
|
2016-08-26 19:34:08 -04:00
|
|
|
"jpm": "1.1.4",
|
|
|
|
"firefox-profile": "0.4.0",
|
2016-09-09 13:37:47 -04:00
|
|
|
"selenium-webdriver": "^2.53.3"
|
2016-08-26 19:34:08 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"angular",
|
|
|
|
"benchmarks"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/angular/angular/issues"
|
|
|
|
},
|
2017-03-07 14:04:30 -05:00
|
|
|
"homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli"
|
2019-04-22 12:50:05 -04:00
|
|
|
}
|