更新 package.json 并添加 package-lock.json
Showing
.gitattributes
deleted
100644 → 0
example/.babelrc
deleted
100644 → 0
example/package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
{ | ||
"name": "react-native-amap3d", | ||
"version": "0.0.1", | ||
"description": "AMap3D component for react-native", | ||
"description": "react-native 高德地图组件", | ||
"main": "components/MapView.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "Qiu Xiang <i@7c00.cc>", | ||
"license": "MIT", | ||
"keywords": [ | ||
"react-native", | ||
"amap", | ||
"maps" | ||
], | ||
"author": "Qiu Xiang <i@7c00.cc>", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/qiuxiang/react-native-amap3d" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=15.4.0", | ||
"react-native": ">=0.40" | ||
"react": "*", | ||
"react-native": "*" | ||
} | ||
} |
Please
register
or
sign in
to comment