-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 904 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "ion-back-button-tabs",
"version": "2.2.0",
"license": "MIT",
"description": "Advanced ion-back-button component.",
"author": "Marcel Mayer",
"homepage": "http://servrox.solutions/",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/servrox/ion-back-button-tabs.git"
},
"bugs": {
"url": "https://github.com/servrox/ion-back-button-tabs/issues"
},
"keywords": [
"ionic 4",
"ion-back-button",
"ion-back-button-tabs",
"ion-tabs",
"navigation",
"StackController",
"IonRouterOutlet",
"ionic",
"ionicframework",
"ionic framework",
"angular",
"router",
"lazy-loading",
"ionic4"
],
"peerDependencies": {
"@angular/common": "^7.2.0",
"@angular/core": "^7.2.0",
"@ionic/angular": "^4.0.0"
}
}