forked from Kinedu/react-s3-uploader-multipart
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 931 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "react-s3-uploader-multipart",
"version": "4.8.3",
"description": "React component that renders a file input and automatically uploads to an S3 bucket",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:kpantic/react-s3-uploader-multipart.git"
},
"keywords": [
"react",
"upload",
"component",
"s3",
"bucket",
"multipart"
],
"author": "Kristoffer Pantic",
"license": "MIT",
"bugs": {
"url": "https://github.com/kpantic/react-s3-uploader-multipart/issues"
},
"homepage": "https://github.com/kpantic/react-s3-uploader-multipart",
"dependencies": {
"aws-sdk": "2.x",
"create-react-class": "^15.5.2",
"evaporate": "https://github.com/Kinedu/EvaporateJS#2.1.5",
"object-assign": "^2.0.0",
"prop-types": "^15.5.8",
"uuid": "^3.1.0"
}
}