mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-12-19 05:19:42 +08:00
Github scans repos to compute the Used By, and ionic 3 has more usage which we should get credit for so this adds a dummy `package.json` file for v3
17 lines
405 B
JSON
17 lines
405 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-v3.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "umd/index.js",
|
|
"module": "index.js",
|
|
"es2015": "es2015/index.js",
|
|
"peerDependencies": {
|
|
}
|
|
}
|