31 lines
778 B
JSON
31 lines
778 B
JSON
{
|
|
"name": "@angular/benchpress",
|
|
"version": "0.1.0",
|
|
"description": "Benchpress - a framework for e2e performance tests",
|
|
"main": "index.js",
|
|
"typings": "./index.d.ts",
|
|
"strictNullChecks": true,
|
|
"dependencies": {
|
|
"@angular/core": "^2.0.0-rc.7",
|
|
"reflect-metadata": "^0.1.2",
|
|
"rxjs": "^6.5.3",
|
|
"jpm": "1.1.4",
|
|
"firefox-profile": "0.4.0",
|
|
"selenium-webdriver": "^2.53.3"
|
|
},
|
|
"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/master/packages/compiler-cli"
|
|
}
|