-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 870 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 870 Bytes
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
{
"name": "cordova-plugin-amap-navigation",
"description": "",
"version": "0.4.1",
"homepage": "https://github.com/Mobishift/cordova_plugin_amap_navigation#readme",
"repository": {
"type": "git",
"url": "https://github.com/Mobishift/cordova_plugin_amap_navigation.git"
},
"bugs": {
"url": "https://github.com/Mobishift/cordova_plugin_amap_navigation/issues"
},
"cordova": {
"id": "cordova-plugin-amap-navigation",
"platforms": [
"android",
"ios"
]
},
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap",
"cordova-android",
"amap",
"navigation"
],
"engines": [
{
"name": "cordova",
"version": ">=5.0.0"
}
],
"author": "mljsgto222",
"license": "MIT"
}