Files
ionic-framework/docs/package.json
Brandy Carney b11ae5da67 5.0.4
2020-02-27 17:32:17 -05:00

22 lines
496 B
JSON

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