更新 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", | "name": "react-native-amap3d", | ||
"version": "0.0.1", | "version": "0.0.1", | ||
"description": "AMap3D component for react-native", | "description": "react-native 高德地图组件", | ||
"main": "components/MapView.js", | "main": "components/MapView.js", | ||
"scripts": { | "author": "Qiu Xiang <i@7c00.cc>", | ||
"test": "echo \"Error: no test specified\" && exit 1" | "license": "MIT", | ||
}, | |||
"keywords": [ | "keywords": [ | ||
"react-native", | "react-native", | ||
"amap", | "amap", | ||
"maps" | "maps" | ||
], | ], | ||
"author": "Qiu Xiang <i@7c00.cc>", | "repository": { | ||
"license": "MIT", | "type": "git", | ||
"url": "https://github.com/qiuxiang/react-native-amap3d" | |||
}, | |||
"peerDependencies": { | "peerDependencies": { | ||
"react": ">=15.4.0", | "react": "*", | ||
"react-native": ">=0.40" | "react-native": "*" | ||
} | } | ||
} | } |
Please
register
or
sign in
to comment