forked from Yermo/nativescript-mapbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 878 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
{
"name": "nativescript-mapbox",
"version": "2.5.2",
"description": "Native Maps, by Mapbox.",
"main": "mapbox",
"typings": "mapbox.d.ts",
"nativescript": {
"platforms": {
"android": "2.3.0",
"ios": "2.3.0"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/eddyverbruggen/nativescript-mapbox.git"
},
"keywords": [
"ecosystem:nativescript",
"NativeScript",
"Map",
"Maps",
"Native Maps",
"Mapbox"
],
"author": {
"name": "Telerik / Eddy Verbruggen",
"email": "[email protected]"
},
"license": {
"type": "MIT",
"url": "https://github.com/eddyverbruggen/nativescript-mapbox/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/eddyverbruggen/nativescript-mapbox/issues"
},
"homepage": "https://github.com/eddyverbruggen/nativescript-mapbox"
}