2018-11-29 15:10:35 -06:00
|
|
|
{
|
|
|
|
|
"name": "@ionic/docs",
|
2026-01-14 18:58:56 +00:00
|
|
|
"version": "8.7.17",
|
2018-11-29 15:10:35 -06:00
|
|
|
"description": "Pre-packaged API documentation for the Ionic docs.",
|
|
|
|
|
"main": "core.json",
|
2019-10-08 20:35:45 +02:00
|
|
|
"types": "core.d.ts",
|
2018-11-29 15:10:35 -06:00
|
|
|
"files": [
|
2019-10-08 20:35:45 +02:00
|
|
|
"core.json",
|
|
|
|
|
"core.d.ts"
|
2018-11-29 15:10:35 -06:00
|
|
|
],
|
|
|
|
|
"author": "Ionic Team",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2023-04-24 07:04:10 -06:00
|
|
|
"url": "git+https://github.com/ionic-team/ionic-framework.git"
|
2018-11-29 15:10:35 -06:00
|
|
|
},
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/ionic-team/ionic-docs/issues"
|
|
|
|
|
},
|
2022-03-09 15:29:33 -05:00
|
|
|
"scripts": {
|
2022-11-15 16:33:39 -05:00
|
|
|
"build": "echo noop"
|
2022-03-09 15:29:33 -05:00
|
|
|
},
|
2019-08-06 12:24:42 -05:00
|
|
|
"homepage": "https://ionicframework.com/docs"
|
2018-11-29 15:10:35 -06:00
|
|
|
}
|