mirror of
https://github.com/zhigang1992/aliyun-oss-react-native.git
synced 2026-01-12 17:12:29 +08:00
26 lines
657 B
JSON
26 lines
657 B
JSON
{
|
|
"name": "aliyun-oss-react-native",
|
|
"version": "1.0.0-alpha.7",
|
|
"description": "React Native SDK for aliyun object storage service",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/aliyun/aliyun-oss-react-native.git"
|
|
},
|
|
"keywords": [
|
|
"oss",
|
|
"react-native",
|
|
"aliyun-sdk",
|
|
"aliyun-oss",
|
|
"aliyun-oss-react-native"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/aliyun/aliyun-oss-react-native/issues"
|
|
},
|
|
"homepage": "https://github.com/aliyun/aliyun-oss-react-native.git#readme"
|
|
}
|