-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 KB
/
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
42
{
"name": "fancy-react-s3-uploader",
"version": "0.0.3",
"description": "React component for dragging and dropping fils, connection to server for signing URLs for uploading, S3 connection, and a simple progress bar/abort UX.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:BDiehr/quantum-jwt-s3-uploader.git"
},
"keywords": [
"react",
"upload",
"component",
"s3",
"bucket"
],
"author": {
"name": "Brian Diehr"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/BDiehr/quantum-jwt-s3-uploader/issues"
},
"homepage": "https://github.com/BDiehr/quantum-jwt-s3-uploader",
"dependencies": {
"aws-sdk": "2.x",
"fs": "0.0.2",
"lodash": "^3.8.0",
"mime": "^1.3.4",
"node-uuid": "1.x",
"object-assign": "^2.0.0",
"react": "^0.13.3",
"react-bootstrap": "^0.21.2"
},
"peerDependencies": {
"express": "4.x",
"react": "*"
}
}