Skip to content

Commit cd3ba5d

Browse files
author
Egor Didenko
authored
docs(react-uploader): added information about project in package.json (#7)
1 parent 65c17c4 commit cd3ba5d

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

packages/react-uploader/package.json

+49-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,55 @@
2828
"@uploadcare/blocks": "^0.36.1-alpha.1",
2929
"@uploadcare/react-adapter": "0.0.1-alpha.0"
3030
},
31+
"repository": {
32+
"type": "git",
33+
"url": "git+https://github.com/uploadcare/react-components.git"
34+
},
35+
"author": "Uploadcare",
36+
"license": "MIT",
3137
"publishConfig": {
3238
"access": "public"
33-
}
39+
},
40+
"bugs": {
41+
"url": "https://github.com/uploadcare/react-components/issues"
42+
},
43+
"homepage": "https://github.com/uploadcare/react-components#readme",
44+
"keywords": [
45+
"uploadcare",
46+
"react",
47+
"component",
48+
"widget",
49+
"uploader",
50+
"file-uploader",
51+
"image-uploader",
52+
"upload-component",
53+
"upload file",
54+
"multipart-upload",
55+
"image-picker",
56+
"react-image-picker",
57+
"react-upload",
58+
"react-upload-component",
59+
"react-file-upload-component",
60+
"filepicker",
61+
"file-picker",
62+
"file-upload",
63+
"file uploading",
64+
"file",
65+
"upload",
66+
"input",
67+
"dropzone",
68+
"multi",
69+
"multipart",
70+
"ajax",
71+
"xhr",
72+
"dialog",
73+
"store",
74+
"files",
75+
"image",
76+
"images",
77+
"use file upload",
78+
"react file upload",
79+
"react hook file upload",
80+
"front-end"
81+
]
3482
}

0 commit comments

Comments
 (0)