forked from Yermo/nativescript-mapbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 804 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
{
"name": "nativescript-mapbox",
"version": "1.1.2",
"description": "Native Maps, by Mapbox.",
"main": "mapbox.js",
"nativescript": {
"platforms": {
"android": "1.3.0",
"ios": "1.3.0"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/eddyverbruggen/nativescript-mapbox.git"
},
"keywords": [
"NativeScript",
"Map",
"Maps",
"Mapbox"
],
"author": {
"name": "Telerik / Eddy Verbruggen",
"email": "eddyverbruggen@gmail.com"
},
"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"
}