|
1 | 1 | {
|
2 | 2 | "private": true,
|
3 | 3 | "name": "nativescript-angular",
|
4 |
| - "version": "2.0.0", |
5 |
| - "description": "An Angular 2 renderer that lets you build mobile apps with NativeScript.", |
6 |
| - "homepage": "http://www.telerik.com", |
7 |
| - "bugs": "http://www.telerik.com", |
| 4 | + "version": "3.0.0", |
| 5 | + "description": "An Angular renderer that lets you build mobile apps with NativeScript.", |
| 6 | + "homepage": "https://www.nativescript.org/", |
| 7 | + "bugs": "https://github.com/NativeScript/nativescript-angular/issues", |
| 8 | + "author": { |
| 9 | + "name": "NativeScript Team" |
| 10 | + }, |
8 | 11 | "contributors": [
|
9 |
| - "Hristo Deshev <[email protected]>" |
| 12 | + "Hristo Deshev <[email protected]>", |
| 13 | + "Alexander Vakrilov <[email protected]>", |
| 14 | + "Stanimira Vlaeva <[email protected]>" |
| 15 | + ], |
| 16 | + "nativescript": { |
| 17 | + "platforms": { |
| 18 | + "android": "3.0.0", |
| 19 | + "ios": "3.0.0" |
| 20 | + } |
| 21 | + }, |
| 22 | + "keywords": [ |
| 23 | + "NativeScript", |
| 24 | + "Angular" |
10 | 25 | ],
|
11 | 26 | "license": "Apache-2.0",
|
12 | 27 | "repository": {
|
|
24 | 39 | "update-app-ng-deps": "./bin/update-app-ng-deps"
|
25 | 40 | },
|
26 | 41 | "dependencies": {
|
27 |
| - "nativescript-intl": "~0.0.8", |
| 42 | + "nativescript-intl": "^0.0.8", |
| 43 | + "reflect-metadata": "^0.1.8" |
| 44 | + }, |
| 45 | + "peerDependencies": { |
28 | 46 | "@angular/core": "~4.0.0",
|
29 | 47 | "@angular/common": "~4.0.0",
|
30 | 48 | "@angular/compiler": "~4.0.0",
|
31 |
| - "@angular/http": "~4.0.0", |
32 | 49 | "@angular/platform-browser": "~4.0.0",
|
33 |
| - "@angular/platform-browser-dynamic": "~4.0.0", |
34 |
| - "@angular/forms": "~4.0.0", |
| 50 | + "@angular/animations": "~4.0.0", |
35 | 51 | "@angular/router": "~4.0.0",
|
| 52 | + "@angular/forms": "~4.0.0", |
| 53 | + "@angular/http": "~4.0.0", |
| 54 | + "tns-core-modules": "^3.0.0 || ^3.0.0-rc.1", |
36 | 55 | "rxjs": "^5.0.1",
|
37 |
| - "reflect-metadata": "~0.1.8", |
38 |
| - "punycode": "1.3.2", |
39 |
| - "querystring": "0.2.0", |
40 |
| - "url": "0.10.3" |
| 56 | + "zone.js": "^0.8.4" |
41 | 57 | },
|
42 | 58 | "devDependencies": {
|
43 |
| - "@angular/animations": "~4.0.0", |
| 59 | + "@angular/core": "~4.0.0", |
| 60 | + "@angular/common": "~4.0.0", |
| 61 | + "@angular/compiler": "~4.0.0", |
44 | 62 | "@angular/compiler-cli": "~4.0.0",
|
| 63 | + "@angular/platform-browser": "~4.0.0", |
| 64 | + "@angular/animations": "~4.0.0", |
| 65 | + "@angular/router": "~4.0.0", |
| 66 | + "@angular/forms": "~4.0.0", |
| 67 | + "@angular/http": "~4.0.0", |
45 | 68 | "codelyzer": "~3.0.0-beta.4",
|
46 | 69 | "tns-core-modules": "internal-preview",
|
47 | 70 | "tslint": "~4.5.0",
|
48 | 71 | "typescript": "~2.2.1",
|
49 |
| - "zone.js": "^0.8.2" |
50 |
| - }, |
51 |
| - "nativescript": {} |
| 72 | + "rxjs": "^5.0.1", |
| 73 | + "zone.js": "^0.8.4" |
| 74 | + } |
52 | 75 | }
|
0 commit comments