forked from Adobe-Marketing-Cloud/mobile-services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1003 Bytes
/
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
{
"name": "adobe-mobile-services",
"description": "Native Mobile SDKs, dev tools and example apps.",
"version": "4.19.1",
"homepage": "https://github.com/Adobe-Marketing-Cloud/mobile-services/blob/master/sdks/Cordova/README.md",
"repository": {
"type": "git",
"url": "https://github.com/Adobe-Marketing-Cloud/mobile-services.git"
},
"bugs": {
"url": "https://github.com/Adobe-Marketing-Cloud/mobile-services/issues"
},
"cordova": {
"id": "adobe-mobile-services",
"platforms": [
"ios",
"android"
]
},
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap",
"cordova-ios",
"cordova-android"
],
"engines": {
"cordovaDependencies": {
"<4.16.1": {
"cordova-android": "<7.0.0"
},
"4.17.0": {
"cordova-android": ">=7.0.0"
}
}
},
"author": "Adobe"
}