mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
22 lines
529 B
JSON
22 lines
529 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/driftyco/ionic.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "commonjs/index.js",
|
|
"module": "index.js",
|
|
"dependencies": {
|
|
"@angular/common": "",
|
|
"@angular/core": "",
|
|
"@angular/forms": "",
|
|
"@angular/http": "",
|
|
"@angular/platform-browser": "",
|
|
"rxjs-es": "",
|
|
}
|
|
}
|