mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-12-19 05:19:42 +08:00
20 lines
471 B
JSON
20 lines
471 B
JSON
{
|
|
"name": "@ionic/docs",
|
|
"version": "4.6.1",
|
|
"description": "Pre-packaged API documentation for the Ionic docs.",
|
|
"main": "core.json",
|
|
"files": [
|
|
"core.json"
|
|
],
|
|
"author": "Ionic Team",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ionic-team/ionic-docs.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ionic-team/ionic-docs/issues"
|
|
},
|
|
"homepage": "https://github.com/ionic-team/ionic-docs#readme"
|
|
}
|