mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
28 lines
890 B
JSON
28 lines
890 B
JSON
{
|
|
"name": "ionic-angular",
|
|
"version": "<%= ionicVersion %>",
|
|
"description": "An advanced HTML5 mobile app framework built on Angular2",
|
|
"license": "MIT",
|
|
"keywords": ["ionic", "framework", "mobile", "app", "hybrid", "webapp", "cordova"],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/driftyco/ionic.git#2.0`"
|
|
},
|
|
"dependencies": {
|
|
"colors": "^1.1.2",
|
|
"inquirer": "0.11.0",
|
|
"lodash": "3.10.1",
|
|
"mkdirp-no-bin": "0.5.1",
|
|
"q": "1.4.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": "^<%= angularVersion %>",
|
|
"@angular/compiler": "^<%= angularVersion %>",
|
|
"@angular/core": "^<%= angularVersion %>",
|
|
"@angular/platform-browser": "^<%= angularVersion %>",
|
|
"@angular/platform-browser-dynamic": "^<%= angularVersion %>",
|
|
"@angular/http": "^<%= angularVersion %>",
|
|
"@angular/router": "^<%= angularVersion %>"
|
|
}
|
|
}
|