Ionic/docs/package.json

22 lines
503 B
JSON

{
"name": "@ionic/docs",
"version": "5.0.0-beta.0",
"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"
}