feat:add react native sdk for oss

This commit is contained in:
Albert Luo
2018-06-18 12:11:01 +08:00
parent 05e772efe1
commit bb44eb6cf5
117 changed files with 10654 additions and 1 deletions

25
package.json Normal file
View 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"
}