1
1
{
2
2
"name" : " book-monkey-mobile" ,
3
- "version" : " 0 .0.0" ,
3
+ "version" : " 1 .0.0" ,
4
4
"description" : " BookMonkey Mobile - NativeScript Application" ,
5
- "license" : " SEE LICENSE IN <your-license-filename>" ,
6
5
"readme" : " README.MD" ,
7
- "author" : {
8
- "name" : " Julian Steiner" ,
9
-
10
- "url" : " "
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/angular-buch/book-monkey-nativescript.git"
11
9
},
12
- "repository" : " <fill-your-repository-here>" ,
13
10
"nativescript" : {
14
11
"id" : " org.nativescript.bookmonkeymobile" ,
15
12
"tns-android" : {
16
- "version" : " 2.3 .0"
13
+ "version" : " 2.5 .0"
17
14
}
18
15
},
16
+ "scripts" : {
17
+ "start" : " tns run android --emulator"
18
+ },
19
19
"dependencies" : {
20
- "@angular/common" : " 2.3.1" ,
21
- "@angular/compiler" : " 2.3.1" ,
22
- "@angular/core" : " 2.3.1" ,
23
- "@angular/forms" : " 2.3.1" ,
24
- "@angular/http" : " 2.3.1" ,
25
- "@angular/platform-browser" : " 2.3.1" ,
26
- "@angular/platform-browser-dynamic" : " 2.3.1" ,
27
- "@angular/router" : " 3.3.1" ,
28
- "nativescript-angular" : " 1.3.0" ,
29
- "nativescript-theme-core" : " ^0.2.1" ,
20
+ "@angular/animations" : " 4.0.0" ,
21
+ "@angular/common" : " 4.0.0" ,
22
+ "@angular/compiler" : " 4.0.0" ,
23
+ "@angular/core" : " 4.0.0" ,
24
+ "@angular/forms" : " 4.0.0" ,
25
+ "@angular/http" : " 4.0.0" ,
26
+ "@angular/platform-browser" : " 4.0.0" ,
27
+ "@angular/platform-browser-dynamic" : " 4.0.0" ,
28
+ "@angular/router" : " 4.0.0" ,
29
+ "nativescript-angular" : " 1.5.0" ,
30
+ "nativescript-theme-core" : " ~1.0.2" ,
30
31
"reflect-metadata" : " ~0.1.8" ,
31
- "rxjs" : " 5.0.0-rc.4" ,
32
- "tns-core-modules" : " 2.4.4"
32
+ "rxjs" : " ~5.2.0" ,
33
+ "tns-core-modules" : " 2.5.2" ,
34
+ "zone.js" : " ~0.8.2"
33
35
},
34
36
"devDependencies" : {
35
- "babel-traverse" : " 6.22.1 " ,
36
- "babel-types" : " 6.22.0 " ,
37
- "babylon" : " 6.15.0 " ,
37
+ "babel-traverse" : " 6.4.5 " ,
38
+ "babel-types" : " 6.4.5 " ,
39
+ "babylon" : " 6.4.5 " ,
38
40
"lazy" : " 1.0.11" ,
39
41
"nativescript-dev-android-snapshot" : " ^0.*.*" ,
40
- "nativescript-dev-typescript" : " ^0.3.2" ,
41
- "typescript" : " ~2.0.10" ,
42
- "zone.js" : " ~0.7.2"
42
+ "nativescript-dev-typescript" : " ~0.3.5" ,
43
+ "typescript" : " ~2.1.0"
43
44
}
44
- }
45
+ }
0 commit comments