angular-cn/packages/benchpress/package.json

32 lines
803 B
JSON
Raw Normal View History

{
"name": "@angular/benchpress",
"version": "0.1.0",
"description": "Benchpress - a framework for e2e performance tests",
"main": "index.js",
2017-03-02 16:54:35 -05:00
"typings": "./index.d.ts",
"strictNullChecks": true,
"dependencies": {
"@angular/core": "^9.0.0",
"@types/node": "^12.11.1",
"@types/q": "^1.5.2",
"protractor": "^5.4.2",
"q": "^1.5.1",
"reflect-metadata": "^0.1.2",
"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"
}