-
Notifications
You must be signed in to change notification settings - Fork 240
/
package.json
41 lines (41 loc) · 993 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
36
37
38
39
40
41
{
"name": "react-s3-uploader",
"version": "4.9.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]:odysseyscience/react-s3-uploader.git"
},
"types": "index.d.ts",
"keywords": [
"react",
"upload",
"component",
"s3",
"bucket"
],
"author": "Sean Adkinson",
"license": "MIT",
"bugs": {
"url": "https://github.com/odysseyscience/react-s3-uploader/issues"
},
"homepage": "https://github.com/odysseyscience/react-s3-uploader",
"dependencies": {
"create-react-class": "^15.5.2",
"mime-types": "^2.1.24",
"object-assign": "^2.0.0",
"prop-types": "^15.5.8",
"uuid": "^3.1.0"
},
"devDependencies": {
"@types/react": "*",
"typescript": "^3.7.5"
},
"optionalDependencies": {
"aws-sdk": "2.x"
}
}