forked from selahssea-zz/Cordova-open-native-settings
-
Notifications
You must be signed in to change notification settings - Fork 107
/
package.json
63 lines (63 loc) · 1.28 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "cordova-open-native-settings",
"version": "1.5.5",
"description": "Native settings opener for Cordova",
"cordova": {
"id": "cordova-open-native-settings",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/guyromb/Cordova-open-native-settings"
},
"keywords": [
"native-settings",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"engines": {
"cordovaDependencies": {
"1.5.0": {
"cordova": ">4.0.0"
}
}
},
"author": "Guy Rombaut <[email protected]>",
"contributors": [
{
"name": "Guy Rombaut",
"email": "[email protected]",
"url": "http://gsrweb.net",
"username": "guyromb"
},
{
"name": "unknown",
"username": "deefactorial"
},
{
"name": "unknown",
"username": "selahssea"
},
{
"name": "unknown",
"username": "asmund1"
},
{
"name": "unknown",
"username": "perlish"
},
{
"name": "unknown",
"username": "emcniece"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/guyromb/Cordova-open-native-settings/issues"
},
"homepage": "https://github.com/guyromb/Cordova-open-native-settings#readme"
}