forked from dapriett/nativescript-google-maps-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 952 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
38
{
"name": "nativescript-google-maps-sdk",
"version": "1.3.14",
"description": "Google Maps SDK plugin for Nativescript",
"main": "map-view.js",
"typings": "map-view.d.ts",
"nativescript": {
"platforms": {
"android": "1.5.1",
"ios": "1.5.1"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/dapriett/nativescript-google-maps-sdk.git"
},
"keywords": [
"Nativescript",
"Google",
"Maps",
"API",
"SDK"
],
"author": "Dan Prietti <[email protected]> (https://github.com/dapriett)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dapriett/nativescript-google-maps-sdk/issues"
},
"homepage": "https://github.com/dapriett/nativescript-google-maps-sdk#readme",
"dependencies": {},
"devDependencies": {
"tns-core-modules": "^1.5.1",
"typescript": "^1.8.0"
}
}