forked from react-native-oh-library/react-native-baidu-map
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.01 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.01 KB
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
{
"name": "@react-native-oh-tpl/react-native-baidu-map",
"version": "1.0.37-0.0.5-rc.3",
"description": "Baidu Map SDK modules and views for React Native, support react native 0.61+. 百度地图 React Native 模块,支持 react native 0.61+,已更新到最新的百度地图 SDK 版本。",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-oh-library/react-native-baidu-map"
},
"keywords": [
"Baidu Map",
"React Native"
],
"author": "lovebing",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"bugs": {
"url": "https://github.com/react-native-oh-library/react-native-baidu-map/issues"
},
"devDependencies": {
"react": "16.6.1",
"react-native": "^0.57.5"
},
"dependencies": {
"react-native-baidu-map": "1.0.37"
},
"harmony": {
"alias": "react-native-baidu-map"
}
}