-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 KB
/
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
39
40
41
42
43
44
{
"name": "@uiw/react-native-transport-location",
"version": "1.0.10",
"description": "部网络货运信息交互系统位置信息上报",
"main": "index.js",
"files": [
"android/libs",
"android/src",
"android/build.gradle",
"ios/RNTransportLocation.xcodeproj/project.pbxproj",
"ios/GMObjC.framework",
"ios/MapManager.framework",
"ios/RNTransportLocation.h",
"ios/RNTransportLocation.m",
"ios/RNTransportLocation.podspec",
"ios/RNTransportLocation.xcworkspace/contents.xcworkspacedata",
"index.d.ts",
"index.js",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/react-native-transport-location.git"
},
"keywords": [
"react-native",
"transport-location"
],
"author": {
"name": "Kenny Wong",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "16.13.1",
"react-native": "0.63.3"
}
}