forked from lovebing/react-native-baidu-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 845 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
{
"name": "react-native-baidu-map",
"version": "1.0.26",
"description": "Baidu Map SDK modules and views for React Native(Android & iOS), 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/lovebing/react-native-baidu-map.git"
},
"keywords": [
"Baidu Map",
"React Native"
],
"author": "lovebing",
"license": "MIT",
"bugs": {
"url": "https://github.com/lovebing/react-native-baidu-map/issues"
},
"homepage": "https://github.com/lovebing/react-native-baidu-map#readme",
"devDependencies": {
"react": "16.6.1",
"react-native": "^0.57.5"
}
}