-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 KB
/
package.json
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
42
43
{
"name": "ionic-navigationbar-color",
"version": "1.2.1",
"description": "Native plugin wrapper for Cordova Navigation Bar Color with TypeScript, ES6+ and Promise support",
"homepage": "https://github.com/squareetlabs/ionic-navigationbar-color/",
"author": {
"name": "Jacobo Cantorna Cigarrán",
"email": "[email protected]",
"url": "https://squareet.com"
},
"contributors": [
{
"name": "Alberto Rial Barreiro",
"email": "[email protected]",
"url": "https://squareet.com"
}
],
"keywords": [
"ionic 5 angular navigationbar color",
"ionic navigationbar color",
"navigationbar color ionic",
"navigationbar color ionic5",
"navigationbar color angular9",
"ionic-navigationbar-color",
"ionic5"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/squareetlabs/ionic-navigationbar-color.git"
},
"bugs": {
"url": "https://github.com/squareetlabs/ionic-navigationbar-color/issues"
},
"peerDependencies": {
"@ionic-native/core": "^5.32.1",
"@ionic/angular": "^5.6.5",
"cordova-plugin-navigationbar-color": "^0.1.0"
},
"dependencies": {
"tslib": "^1.10.0"
}
}