mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
27 lines
683 B
JSON
27 lines
683 B
JSON
{
|
|
"name": "ionic-angular",
|
|
"version": "`gulp package` generates dist/package.json from this template using the root ./package.json",
|
|
"description": "",
|
|
"keywords": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ionic-team/ionic.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "umd/index.js",
|
|
"module": "index.js",
|
|
"es2015": "es2015/index.js",
|
|
"peerDependencies": {
|
|
"@angular/common": "",
|
|
"@angular/compiler": "",
|
|
"@angular/compiler-cli": "",
|
|
"@angular/core": "",
|
|
"@angular/forms": "",
|
|
"@angular/http": "",
|
|
"@angular/platform-browser": "",
|
|
"@angular/platform-browser-dynamic": "",
|
|
"rxjs": "",
|
|
"zone.js": ""
|
|
}
|
|
}
|