1
1
{
2
- "name" : " nativescript-angular" ,
3
- "version" : " 8.3.0" ,
4
- "description" : " An Angular renderer that lets you build mobile apps with NativeScript." ,
5
- "homepage" : " https://www.nativescript.org/" ,
6
- "bugs" : " https://github.com/NativeScript/nativescript-angular/issues" ,
7
- "author" : {
8
- "name" : " NativeScript Team"
9
- },
10
- "contributors" : [
11
- " Hristo Deshev <[email protected] >" ,
12
- " Alexander Vakrilov <[email protected] >" ,
13
- " Stanimira Vlaeva <[email protected] >"
14
- ],
15
- "nativescript" : {
16
- "platforms" : {
17
- "android" : " 6.0.0" ,
18
- "ios" : " 6.0.0"
2
+ "name" : " nativescript-angular" ,
3
+ "version" : " 8.3.0" ,
4
+ "description" : " An Angular renderer that lets you build mobile apps with NativeScript." ,
5
+ "homepage" : " https://www.nativescript.org/" ,
6
+ "bugs" : " https://github.com/NativeScript/nativescript-angular/issues" ,
7
+ "author" : {
8
+ "name" : " NativeScript Team"
9
+ },
10
+ "contributors" : [
11
+ " Hristo Deshev <[email protected] >" ,
12
+ " Alexander Vakrilov <[email protected] >" ,
13
+ " Stanimira Vlaeva <[email protected] >"
14
+ ],
15
+ "nativescript" : {
16
+ "platforms" : {
17
+ "android" : " 6.0.0" ,
18
+ "ios" : " 6.0.0"
19
+ }
20
+ },
21
+ "keywords" : [
22
+ " NativeScript" ,
23
+ " Angular"
24
+ ],
25
+ "license" : " Apache-2.0" ,
26
+ "repository" : {
27
+ "type" : " git" ,
28
+ "url" : " https://github.com/NativeScript/nativescript-angular.git"
29
+ },
30
+ "bin" : {
31
+ "update-app-ng-deps" : " node_modules/@nativescript/angular/bin/update-app-ng-deps"
32
+ },
33
+ "dependencies" : {
34
+ "@nativescript/angular" : " file:../nativescript-angular"
35
+ },
36
+ "scripts" : {
37
+ "pack" : " cd ../build && npm pack ../nativescript-angular-package" ,
38
+ "pack-with-scoped-version" : " cd ../build/pack-scripts && npm i && npx ts-node pack-compat.ts"
19
39
}
20
- },
21
- "keywords" : [
22
- " NativeScript" ,
23
- " Angular"
24
- ],
25
- "license" : " Apache-2.0" ,
26
- "repository" : {
27
- "type" : " git" ,
28
- "url" : " https://github.com/NativeScript/nativescript-angular.git"
29
- },
30
- "bin" : {
31
- "update-app-ng-deps" : " node_modules/@nativescript/angular/bin/update-app-ng-deps"
32
- },
33
- "dependencies" : {
34
- "@nativescript/angular" : " file:../nativescript-angular"
35
- },
36
- "scripts" : {
37
- "pack" : " cd ../build && npm pack ../nativescript-angular-package" ,
38
- "pack-with-scoped-version" : " cd ../build/pack-script && npx ts-node index.ts"
39
- }
40
- }
40
+ }
0 commit comments