mirror of
https://github.com/zhigang1992/aliyun-oss-react-native.git
synced 2026-04-29 12:25:32 +08:00
feat:add react native sdk for oss
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "aliyun-oss-react-native",
|
||||
"version": "1.0.0-alpha.1",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user