forked from mapsplugin/cordova-plugin-googlemaps
-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.38 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.38 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "cordova-plugin-google-maps-sdk",
"version": "3.0.1-dev",
"description": "Google Maps native SDK for Android and iOS, and Google Maps JavaScript API v3 for browser.",
"cordova": {
"id": "cordova-plugin-google-maps-sdk",
"platforms": [
"android",
"ios",
"browser"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/GitToTheHub/cordova-plugin-google-maps-sdk.git"
},
"bugs": "https://github.com/GitToTheHub/cordova-plugin-google-maps-sdk/issues",
"keywords": [
"cordova",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"google",
"maps",
"geo",
"google maps",
"google maps sdk"
],
"scripts": {
"test": "npm run lint",
"lint": "eslint ."
},
"author": "Masashi Katsumata, Hirbod Mirjavadi, Manuel Beck",
"license": "Apache-2.0",
"homepage": "https://github.com/GitToTheHub/cordova-plugin-google-maps-sdk",
"engines": {
"cordovaDependencies": {
"2.7.0": {
"cordova": ">=9.0.0",
"cordova-android": ">=5.1.0",
"cordova-ios": ">=5.1.1"
},
"2.8.0": {
"cordova": ">=12.0.0",
"cordova-android": ">=13.0.0",
"cordova-ios": ">=7.0.0"
}
}
},
"devDependencies": {
"@cordova/eslint-config": "^5.1.0"
},
"eslintConfig": {
"extends": "@cordova/eslint-config/node"
},
"type": "commonjs"
}