-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.27 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
{
"name": "cordova-plugin-jabberwocky-head-tracking-ios",
"version": "0.4.1",
"description": "\n The Jabberwocky® Head Tracking Kit (JabberwockyHTKit) is an open-source iOS framework, developed by Swiftable LLC, that provides a touch-free interface for existing iOS applications. Jabberwocky enables users to interact with an application by just moving their head. Head movement translates into the movement of a mouse-like cursor on the screen. Cursor location and blink events can be subscribed to allowing actions to be performed in Cordova.\n ",
"cordova": {
"id": "org.swiftable.jabberwocky.cordova.plugin",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/swiftablellc/jabberwocky-cordova-plugin-ios.git"
},
"keywords": [
"cordova",
"jabberwocky",
"head",
"tracking",
"ecosystem:cordova",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=6.4.0"
},
{
"name": "cordova-ios",
"version": ">=4.3.0"
}
],
"author": "Swiftable LLC",
"license": "Apache 2.0 License",
"bugs": {
"url": "https://github.com/swiftablellc/jabberwocky-cordova-plugin-ios/issues"
},
"homepage": "https://www.jabberwockyapp.com"
}