-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 796 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 796 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
{
"name": "com.omarben.inappreview",
"version": "0.0.6",
"description": "Cordova Plugin that use the iOS class SKStoreReviewController to open the inapp review popup available since iOS 10.3",
"cordova": {
"id": "com.omarben.inappreview",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://omaxlive@github.com/omaxlive/com.omarben.inappreview.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.4.0"
}
],
"author": "Omar Ben brahim",
"license": "MIT license",
"bugs": {
"url": "https://github.com/omaxlive/com.omarben.inappreview/issues"
},
"homepage": "https://github.com/omaxlive/com.omarben.inappreview#readme"
}