Files
ionic-framework/docs/package.json
Brandy Carney dae5c5d28c 5.0.0-beta.4
2020-01-06 12:04:40 -05:00

22 lines
503 B
JSON

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