aliyun-oss-react-native

package.json 657B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "aliyun-oss-react-native",
  3. "version": "1.0.0-alpha.7",
  4. "description": "React Native SDK for aliyun object storage service",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/aliyun/aliyun-oss-react-native.git"
  12. },
  13. "keywords": [
  14. "oss",
  15. "react-native",
  16. "aliyun-sdk",
  17. "aliyun-oss",
  18. "aliyun-oss-react-native"
  19. ],
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/aliyun/aliyun-oss-react-native/issues"
  23. },
  24. "homepage": "https://github.com/aliyun/aliyun-oss-react-native.git#readme"
  25. }