Files
ionic-framework/packages/angular/package.json
Dan Bucholtz f269766068 chore(angular/providers): making progress on angular providers, fix merge issues
* chore(input): remove interface .d.ts file, move to .ts file

* refactor(angular): start working on providers, etc

* chore(angular/dependencies): update deps for angular demo
2017-11-21 11:58:57 -06:00

41 lines
941 B
JSON

{
"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"
}
}