We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5def401 commit d94abe9Copy full SHA for d94abe9
projects/ngx-testing/package.json
@@ -1,13 +1,26 @@
1
{
2
"name": "@orchestrator/ngx-testing",
3
"version": "0.0.0-develop",
4
+ "description": "Testing utilities for Angular projects",
5
+ "maintainers": [
6
+ "Alex Malkevich <[email protected]>"
7
+ ],
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/orchestratora/ngx-testing.git"
11
+ },
12
+ "keywords": [
13
+ "angular",
14
+ "testing",
15
+ "utilities",
16
+ "component",
17
+ "autogenration",
18
+ "templates",
19
+ "bindings"
20
21
"peerDependencies": {
22
"@angular/common": "^7.0.0",
23
"@angular/core": "^7.0.0",
24
"@angular/platform-browser": "^7.0.0"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/orchestratora/ngx-testing.git"
25
}
26
0 commit comments