forked from odysseyscience/react-s3-uploader
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 878 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
{
"name": "react-s3-uploader",
"version": "3.3.0",
"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"
},
"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": {
"aws-sdk": "2.x",
"node-uuid": "1.x",
"object-assign": "^2.0.0",
"latinize": "0.2.x",
"unorm": "1.4.x"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
}
}