Files
ionic-framework/docs/package.json
Liam DeBeasi 24f4e471aa 6.0.0-rc.3
2021-11-17 17:28:37 +00:00

22 lines
501 B
JSON

{
"name": "@ionic/docs",
"version": "6.0.0-rc.3",
"description": "Pre-packaged API documentation for the Ionic docs.",
"main": "core.json",
"types": "core.d.ts",
"files": [
"core.json",
"core.d.ts"
],
"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://ionicframework.com/docs"
}