|
38 | 38 | "author": "Peter Staev <[email protected]>", |
39 | 39 | "contributors": [ |
40 | 40 | "Dick Smith (https://github.com/DickSmith)" |
41 | | - ], |
| 41 | + ], |
42 | 42 | "license": "Apache-2.0", |
43 | | - |
44 | 43 | "peerDependencies": { |
45 | | - "tns-core-modules": "^3.0.0" |
| 44 | + "tns-core-modules": "^3.1.0 || >3.3.0-" |
46 | 45 | }, |
47 | | - |
48 | 46 | "devDependencies": { |
49 | | - "@angular/common": "~4.0.3", |
50 | | - "@angular/compiler": "~4.0.3", |
51 | | - "@angular/compiler-cli": "~4.0.3", |
52 | | - "@angular/core": "~4.0.3", |
53 | | - "@angular/forms": "~4.0.3", |
54 | | - "@angular/http": "~4.0.3", |
55 | | - "@angular/platform-browser": "~4.0.3", |
56 | | - "@angular/router": "~4.0.3", |
57 | | - "rxjs":"~5.0.1", |
58 | | - "zone.js": "~0.8.9", |
59 | | - "nativescript-angular": "3.0.0", |
60 | | - |
61 | | - "typescript": "~2.2.2", |
62 | | - "tslint": "^4.5.1", |
63 | | - "tns-core-modules": "3.0.1", |
64 | | - "tns-platform-declarations": "3.0.1", |
65 | | - |
| 47 | + "@angular/common": "~4.4.1", |
| 48 | + "@angular/compiler": "~4.4.1", |
| 49 | + "@angular/compiler-cli": "~4.4.1", |
| 50 | + "@angular/core": "~4.4.1", |
| 51 | + "@angular/forms": "~4.4.1", |
| 52 | + "@angular/http": "~4.4.1", |
| 53 | + "@angular/platform-browser": "~4.4.1", |
| 54 | + "@angular/router": "~4.4.1", |
66 | 55 | "grunt": "1.0.1", |
67 | | - "grunt-contrib-copy": "1.0.0", |
68 | 56 | "grunt-contrib-clean": "1.0.0", |
69 | | - "grunt-exec": "2.0.0" |
| 57 | + "grunt-contrib-copy": "1.0.0", |
| 58 | + "grunt-exec": "2.0.0", |
| 59 | + "nativescript-angular": "4.4.0", |
| 60 | + "rxjs": "~5.0.1", |
| 61 | + "tns-core-modules": "^3.0.0", |
| 62 | + "tns-platform-declarations": "3.0.1", |
| 63 | + "tslint": "^4.5.1", |
| 64 | + "typescript": "~2.2.2", |
| 65 | + "zone.js": "~0.8.12" |
70 | 66 | } |
71 | | - |
72 | 67 | } |
0 commit comments