-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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
{
"name": "cordova-plugin-apple-watch-link",
"version": "1.0.9",
"author": "Nick Redding",
"description": "Cordova Plugin for the Apple Watch (WatchKit) to allow communication between a Cordova app and an Apple WatchKit Extension (and vice versa).",
"cordova": {
"id": "cordova-plugin-apple-watch-link",
"platforms": [
"ios"
]
},
"repository": "github:nickredding/cordova-plugin-apple-watch-link",
"engines": [
{
"name": "cordova",
"version": ">=10.0.0"
},
{
"name": "apple-ios",
"version": ">=14.0.0"
},
{
"name": "cordova-ios",
"version": ">=6.1.0"
},
{
"name": "apple-xcode",
"version": ">=12.0.0"
}
],
"keywords": [
"cordova",
"apple",
"watch",
"watchkit",
"message",
"extension",
"notification",
"ecosystem:cordova",
"cordova-ios"
],
"license": "Apache-2.0",
"bugs": "https://github.com/nickredding/cordova-plugin-apple-watch-link/issues",
"homepage": "https://github.com/nickredding/cordova-plugin-apple-watch-link#readme"
}