1
1
{
2
- "description" : " NativeScript Application" ,
3
- "license" : " SEE LICENSE IN <your-license-filename>" ,
4
- "readme" : " NativeScript Application" ,
5
- "repository" : " <fill-your-repository-here>" ,
6
- "nativescript" : {
7
- "id" : " org.nativescript.testsappng" ,
8
- "tns-ios" : {
9
- "version" : " 2.1.1"
10
- },
11
- "tns-android" : {
12
- "version" : " 2.1.1"
13
- }
14
- },
15
- "dependencies" : {
16
- "@angular/common" : " 2.0.0-rc.3 " ,
17
- "@angular/compiler" : " 2.0.0-rc.3 " ,
18
- "@angular/core" : " 2.0.0-rc.3 " ,
19
- "@angular/platform-browser" : " 2.0.0-rc.3 " ,
20
- "@angular/platform-browser-dynamic" : " 2.0.0-rc.3 " ,
21
- "@angular/platform-server" : " 2.0.0-rc.3 " ,
22
- "@angular/router-deprecated " : " 2 .0.0-rc.2 " ,
23
- "@angular/router " : " 3.0.0-alpha.7 " ,
24
- "nativescript-angular" : " next " ,
25
- "tns-core-modules" : " next "
26
- },
27
- "devDependencies" : {
28
- "babel-traverse" : " 6.8.0" ,
29
- "babel-types" : " 6.8.1" ,
30
- "babylon" : " 6.8.0" ,
31
- "filewalker" : " 0.1.2" ,
32
- "lazy" : " 1.0.11" ,
33
- "nativescript-dev-typescript" : " ^0.3.2" ,
34
- "typescript" : " ^1.8.10"
35
- }
36
- }
2
+ "description" : " NativeScript Application" ,
3
+ "license" : " SEE LICENSE IN <your-license-filename>" ,
4
+ "readme" : " NativeScript Application" ,
5
+ "repository" : " <fill-your-repository-here>" ,
6
+ "nativescript" : {
7
+ "id" : " org.nativescript.testsappng" ,
8
+ "tns-ios" : {
9
+ "version" : " 2.1.1"
10
+ },
11
+ "tns-android" : {
12
+ "version" : " 2.1.1"
13
+ }
14
+ },
15
+ "dependencies" : {
16
+ "@angular/common" : " 2.0.0-rc.5 " ,
17
+ "@angular/compiler" : " 2.0.0-rc.5 " ,
18
+ "@angular/core" : " 2.0.0-rc.5 " ,
19
+ "@angular/platform-browser" : " 2.0.0-rc.5 " ,
20
+ "@angular/platform-browser-dynamic" : " 2.0.0-rc.5 " ,
21
+ "@angular/platform-server" : " 2.0.0-rc.5 " ,
22
+ "@angular/router" : " 3 .0.0-rc.1 " ,
23
+ "@angular/forms " : " 0.3.0 " ,
24
+ "nativescript-angular" : " 0.4.0 " ,
25
+ "tns-core-modules" : " 2.2.1 "
26
+ },
27
+ "devDependencies" : {
28
+ "babel-traverse" : " 6.8.0" ,
29
+ "babel-types" : " 6.8.1" ,
30
+ "babylon" : " 6.8.0" ,
31
+ "filewalker" : " 0.1.2" ,
32
+ "lazy" : " 1.0.11" ,
33
+ "nativescript-dev-typescript" : " ^0.3.2" ,
34
+ "typescript" : " ^1.8.10"
35
+ }
36
+ }
0 commit comments