-
-
Notifications
You must be signed in to change notification settings - Fork 131
/
package.json
32 lines (32 loc) · 956 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
{
"version": "5.0.7",
"name": "uk.co.workingedge.phonegap.plugin.launchnavigator",
"cordova_name": "Launch Navigator",
"description": "Cordova/Phonegap plugin to navigate to a destination using native navigation apps on Android, iOS, and Windows",
"author": "Dave Alden",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dpa99c/phonegap-launch-navigator.git"
},
"cordova": {
"id": "uk.co.workingedge.phonegap.plugin.launchnavigator",
"platforms": [
"android",
"ios",
"windows"
]
},
"issue": "https://github.com/dpa99c/phonegap-launch-navigator/issues",
"keywords": [
"ecosystem:cordova",
"cordova",
"phonegap",
"ios",
"android",
"windows",
"navigation",
"navigator"
],
"types": "./uk.co.workingedge.phonegap.plugin.launchnavigator.d.ts"
}