mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
23 lines
497 B
JSON
23 lines
497 B
JSON
{
|
|
"name": "@uppy/react-native",
|
|
"description": "React Native Uppy UI components",
|
|
"version": "0.1.1",
|
|
"main": "file-picker/index.js",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"file uploader",
|
|
"uppy",
|
|
"uppy-plugin",
|
|
"react",
|
|
"react-components",
|
|
"react-native"
|
|
],
|
|
"homepage": "https://uppy.io",
|
|
"bugs": {
|
|
"url": "https://github.com/transloadit/uppy/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/transloadit/uppy.git"
|
|
}
|
|
}
|