-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
49 lines (49 loc) · 1.16 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
{
"name": "cordova-plugin-apple-watch",
"version": "0.11.5",
"author": "Lee Crossley <[email protected]> (http://ilee.co.uk/)",
"description": "Cordova / PhoneGap Plugin for the Apple Watch (WatchKit) to allow in memory and lightweight json object message passing over named queues from a Cordova app to Apple Watch (and vice versa).",
"cordova": {
"id": "cordova-plugin-apple-watch",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/leecrossley/cordova-plugin-apple-watch.git"
},
"keywords": [
"cordova",
"apple",
"watch",
"watchkit",
"message",
"queue",
"json",
"extension",
"darwin",
"notification",
"glance",
"user",
"defaults",
"nsuserdefaults",
"ecosystem:cordova",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
},
{
"name": "apple-ios",
"version": ">=8.2.0"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/leecrossley/cordova-plugin-apple-watch/issues"
},
"homepage": "https://github.com/leecrossley/cordova-plugin-apple-watch#readme"
}