-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (34 loc) · 788 Bytes
/
package.json
File metadata and controls
35 lines (34 loc) · 788 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": "@el173/react-native-hms",
"version": "1.3.1",
"description": "A React Native wrapper for Huawei Mobile Services",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"android",
"location",
"hms",
"hms-map",
"hms-location",
"pushkit",
"hms-push",
"react-native-hms",
"react-native-hms-push",
"react-native-hms-analytics",
"react-native-hms-map",
"analytics",
"hms-analytics"
],
"license": "",
"author": "EL173 <info@hashith.com>",
"bugs": {
"url": "https://github.com/el173/react-native-hms/issues"
},
"homepage": "https://github.com/el173/react-native-hms",
"peerDependencies": {
"react-native": "^0.61.5"
}
}