@orchestrator/ngx-testing
Version:
Testing utilities for Angular projects
38 lines (37 loc) • 1.08 kB
JSON
{
"name": "@orchestrator/ngx-testing",
"version": "3.0.0",
"description": "Testing utilities for Angular projects",
"maintainers": [
"Alex Malkevich <malkevich.alex@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/orchestratora/ngx-testing.git"
},
"keywords": [
"angular",
"testing",
"utilities",
"component",
"autogenration",
"templates",
"bindings"
],
"peerDependencies": {
"@angular/common": ">=8.0.0",
"@angular/core": ">=8.0.0",
"@angular/platform-browser": ">=8.0.0",
"tslib": "^1.10.0"
},
"main": "bundles/orchestrator-ngx-testing.umd.js",
"module": "fesm5/orchestrator-ngx-testing.js",
"es2015": "fesm2015/orchestrator-ngx-testing.js",
"esm5": "esm5/orchestrator-ngx-testing.js",
"esm2015": "esm2015/orchestrator-ngx-testing.js",
"fesm5": "fesm5/orchestrator-ngx-testing.js",
"fesm2015": "fesm2015/orchestrator-ngx-testing.js",
"typings": "orchestrator-ngx-testing.d.ts",
"metadata": "orchestrator-ngx-testing.metadata.json",
"sideEffects": false
}