{ "name": "@ionic/angular", "version": "0.0.2-24", "description": "Angular specific wrappers for @ionic/core", "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": { "build": "npm run clean && npm run compile && npm run clean-generated", "clean": "rm -rf dist", "clean-generated": "node ./scripts/clean.js", "compile": "./node_modules/.bin/ngc", "deploy": "np --any-branch", "tsc": "tsc -p ." }, "main": "./dist/src/index.js", "module": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "files": [ "dist/" ], "devDependencies": { "@angular/common": "latest", "@angular/compiler": "latest", "@angular/compiler-cli": "latest", "@angular/core": "latest", "@angular/forms": "latest", "@angular/http": "latest", "@angular/platform-browser": "latest", "@angular/platform-browser-dynamic": "latest", "@angular/router": "latest", "@ionic/core": "0.0.2", "glob": "7.1.2", "ionicons": "~3.0.0", "rxjs": "5.5.2", "typescript": "latest", "zone.js": "0.8.18" }, "dependencies": { "@stencil/core": "0.5.2" } }