1234567891011121314151617181920212223242526 |
- {
- "name": "aliyun-oss-react-native",
- "version": "1.0.0-alpha.6",
- "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"
- }
|