forked from adaltojunior86/cordova-waze-navigator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 888 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
38
39
40
41
42
43
{
"name": "com.xtraball.cordova.plugin.navigator",
"version": "0.1.0",
"description": "Plugin to navigate using Waze, Apple Maps, Google Maps.",
"cordova": {
"id": "com.xtraball.cordova.plugin.navigator",
"platforms": [
"android",
"ios",
"browser"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/xtraball/cordova-navigator.git"
},
"keywords": [
"maps",
"navigation",
"navigator",
"waze",
"ios",
"android",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.5.2"
}
],
"authors": [
"Xtraball",
"Adalto Junior"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/xtraball/cordova-navigator/issues"
},
"homepage": "https://github.com/xtraball/cordova-navigator#readme"
}