-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 906 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
42
43
44
45
46
{
"name": "ep_fileupload_aws",
"description": "File upload (for AWS S3)",
"version": "0.0.9",
"author": {
"name": "RedHog",
"email": "egil.moller@freecode.no",
"url": "Egil Moeller"
},
"repository":{
"type": "git",
"url":"https://github.com/clayu/ep_fileupload_aws"
},
"contributors": [
{
"name": "johnyma22",
"email": "john@mclear.co.uk",
"url": "John McLear"
},
{
"name": "clayu",
"email": "clay.upton@mytractiontools.com",
"url": "Clay Upton"
}
],
"dependencies": {
"formidable": ">= 1.0.11",
"s3-upload-stream" : ">= 1.0.7",
"uuid" : ">=3.2.1",
"aws-sdk" : ">=2.205.0"
},
"engines": {
"node": "*"
},
"maintainers": [
{
"name": "redhog",
"email": "egil.moller@freecode.no"
},
{
"name": "johnyma22",
"email": "john@mclear.co.uk"
}
],
"directories": {}
}