{ "private": true, "name": "@ionic/angular", "version": "4.0.0", "description": "A powerful framework for building mobile and progressive web apps with TypeScript and Angular", "keywords": [ "ionic", "framework", "mobile", "app", "hybrid", "webapp", "cordova", "progressive web app", "pwa" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ionic-team/ionic.git" }, "scripts": {}, "dependencies": { "@angular/common": "5.0.1", "@angular/compiler": "5.0.1", "@angular/compiler-cli": "5.0.1", "@angular/core": "5.0.1", "@angular/forms": "5.0.1", "@angular/http": "5.0.1", "@angular/platform-browser": "5.0.1", "@angular/platform-browser-dynamic": "5.0.1", "@ionic/core": "latest", "ionicons": "~3.0.0", "rxjs": "5.5.2", "zone.js": "0.8.18" }, "devDependencies": { "typescript": "~2.4.2" } }