Skip to content
This repository was archived by the owner on Jul 23, 2019. It is now read-only.

Commit 1322254

Browse files
committed
1 parent dddb5b7 commit 1322254

File tree

1 file changed

+28
-27
lines changed

1 file changed

+28
-27
lines changed

package.json

+28-27
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,45 @@
11
{
22
"name": "book-monkey-mobile",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "BookMonkey Mobile - NativeScript Application",
5-
"license": "SEE LICENSE IN <your-license-filename>",
65
"readme": "README.MD",
7-
"author": {
8-
"name": "Julian Steiner",
9-
"email": "[email protected]",
10-
"url": ""
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/angular-buch/book-monkey-nativescript.git"
119
},
12-
"repository": "<fill-your-repository-here>",
1310
"nativescript": {
1411
"id": "org.nativescript.bookmonkeymobile",
1512
"tns-android": {
16-
"version": "2.3.0"
13+
"version": "2.5.0"
1714
}
1815
},
16+
"scripts": {
17+
"start": "tns run android --emulator"
18+
},
1919
"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",
3031
"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"
3335
},
3436
"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",
3840
"lazy": "1.0.11",
3941
"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"
4344
}
44-
}
45+
}

0 commit comments

Comments
 (0)