|
2 | 2 | "private": true, |
3 | 3 | "name": "nativescript-angular", |
4 | 4 | "version": "1.3.0", |
| 5 | + "main": "bundle.all.js", |
| 6 | + "module": "index.js", |
| 7 | + "typings": "index.d.ts", |
5 | 8 | "description": "An Angular 2 renderer that lets you build mobile apps with NativeScript.", |
6 | 9 | "homepage": "http://www.telerik.com", |
7 | 10 | "bugs": "http://www.telerik.com", |
|
18 | 21 | "postinstall": "node postinstall.js", |
19 | 22 | "ngc": "ngc -p tsconfig.json", |
20 | 23 | "tsc": "tsc -p tsconfig.json", |
21 | | - "prepublish": "npm run tsc && npm run ngc" |
| 24 | + "prepublish": "npm run tsc && rollup -c && npm run ngc" |
22 | 25 | }, |
23 | 26 | "dependencies": { |
24 | | - "nativescript-intl": "~0.0.4", |
| 27 | + "nativescript-intl": "~0.0.5", |
25 | 28 | "@angular/core": "~2.2.1", |
26 | 29 | "@angular/common": "~2.2.1", |
27 | 30 | "@angular/compiler": "~2.2.1", |
|
35 | 38 | "parse5": "1.3.2", |
36 | 39 | "punycode": "1.3.2", |
37 | 40 | "querystring": "0.2.0", |
| 41 | + "rxjs": "5.0.0-beta.12", |
38 | 42 | "url": "0.10.3" |
39 | 43 | }, |
40 | 44 | "devDependencies": { |
41 | | - "@angular/compiler-cli": "~2.2.1", |
42 | | - "codelyzer": "^2.0.0-beta.1", |
43 | | - "tns-core-modules": ">=2.4.0 || >=2.4.0-2016", |
44 | | - "tslint": "~4.0.1", |
| 45 | + "tns-core-modules": ">=2.5.0 || >=2.5.0-2016", |
| 46 | + "zone.js": "^0.6.21", |
45 | 47 | "typescript": "^2.0.2", |
46 | | - "zone.js": "^0.6.21" |
| 48 | + "tslint": "~4.0.1", |
| 49 | + "codelyzer": "^2.0.0-beta.1", |
| 50 | + "@angular/compiler-cli": "~2.2.1", |
| 51 | + "rollup": "^0.36.3", |
| 52 | + "rollup-plugin-multi-entry": "^2.0.1" |
47 | 53 | }, |
48 | 54 | "nativescript": {} |
49 | 55 | } |
0 commit comments