File tree 1 file changed +37
-2
lines changed
1 file changed +37
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-package/testing" ,
3
- "version" : " 1.0.0" ,
3
+ "version" : " 0.0.1" ,
4
+ "description" : " Support for testing other packages." ,
5
+ "author" :
" Angular Package <[email protected] > (https://wvvw.dev)" ,
6
+ "homepage" : " https://github.com/angular-package/testing#readme" ,
4
7
"peerDependencies" : {
5
8
"@angular-package/type" : " ^4.2.0" ,
6
9
"jasmine" : " ^3.8.0"
7
10
},
8
11
"dependencies" : {
9
12
"tslib" : " ^2.2.0"
10
- }
13
+ },
14
+ "publishConfig" : {
15
+ "access" : " public" ,
16
+ "registry" : " https://registry.npmjs.org"
17
+ },
18
+ "keywords" : [
19
+ " @angular" ,
20
+ " @angular-package" ,
21
+ " @angular-package/testing" ,
22
+ " angular-package" ,
23
+ " constants for testing" ,
24
+ " describe" ,
25
+ " expect" ,
26
+ " it" ,
27
+ " jasmine" ,
28
+ " karma" ,
29
+ " spec" ,
30
+ " suite" ,
31
+ " support for testing" ,
32
+ " testing instanceof" ,
33
+ " testing typeof" ,
34
+ " toBe" ,
35
+ " toEqual" ,
36
+ " typescript"
37
+ ],
38
+ "repository" : {
39
+ "type" : " git" ,
40
+ "url" : " git+https://github.com/angular-package/testing.git"
41
+ },
42
+ "bugs" : {
43
+ "url" : " https://github.com/angular-package/testing/issues"
44
+ },
45
+ "license" : " MIT"
11
46
}
You can’t perform that action at this time.
0 commit comments