-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
45 lines (45 loc) · 1.04 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-directions",
"version": "0.4.4",
"author": "Lee Crossley <[email protected]> (http://ilee.co.uk/)",
"description": "Cordova Directions Plugin to utilise native maps for satnav style direction purposes (using latitude and longitude or address).",
"cordova": {
"id": "cordova-plugin-directions",
"platforms": [
"ios",
"android",
"wp8"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/leecrossley/cordova-plugin-directions.git"
},
"keywords": [
"cordova",
"direction",
"directions",
"map",
"maps",
"latitude",
"longitude",
"satnav",
"address",
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"cordova-wp8"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/leecrossley/cordova-plugin-directions/issues"
},
"homepage": "https://github.com/leecrossley/cordova-plugin-directions#readme"
}