-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·76 lines (76 loc) · 2.47 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"_from": "git+https://github.com/linfeizhang/react-native-amap3d.git",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-7CBOjRbHZckmDUcDq266ekQbCsU=",
"_location": "/react-native-amap3d",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "react-native-amap3d@git+https://github.com/linfeizhang/react-native-amap3d.git",
"name": "react-native-amap3d",
"escapedName": "react-native-amap3d",
"rawSpec": "git+https://github.com/linfeizhang/react-native-amap3d.git",
"saveSpec": "git+https://github.com/linfeizhang/react-native-amap3d.git",
"fetchSpec": "https://github.com/linfeizhang/react-native-amap3d.git",
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/linfeizhang/react-native-amap3d.git#0084c24c074dcc6756397b8dbeef8e2d687ef7b2",
"_spec": "react-native-amap3d@git+https://github.com/linfeizhang/react-native-amap3d.git",
"_where": "/Volumes/Mac/workroom/coding/smartfleet-user-app",
"author": {
"name": "linfei"
},
"bugs": {
"url": "https://github.com/linfeizhang/react-native-amap3d/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "react-native 高德地图组件,支持 Android + iOS",
"devDependencies": {
"metro-react-native-babel-preset": "0.51.1",
"react": "16.6.3",
"react-native": "0.58.4",
"react-navigation": "^1.5.11"
},
"files": [
"lib/js",
"lib/android/src",
"lib/android/build.gradle",
"lib/ios"
],
"homepage": "https://github.com/linfeizhang/react-native-amap3d#readme",
"keywords": [
"react-native",
"amap",
"maps",
"mapview"
],
"license": "MIT",
"main": "lib/js",
"name": "react-native-amap3d",
"prettier": {
"printWidth": 100
},
"repository": {
"type": "git",
"url": "git+https://github.com/linfeizhang/react-native-amap3d.git"
},
"rnpm": {
"android": {
"sourceDir": "lib/android"
}
},
"scripts": {
"log-android": "node node_modules/react-native/local-cli/cli.js log-android",
"release-android": "node node_modules/react-native/local-cli/cli.js run-android --variant=release",
"reload": "adb reverse tcp:8081 tcp:8081 && adb shell input text rr",
"run-android": "node node_modules/react-native/local-cli/cli.js run-android",
"run-ios": "node node_modules/react-native/local-cli/cli.js run-ios",
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"version": "1.1.0"
}