forked from chilts/connect-stream-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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
{
"name" : "connect-stream-s3",
"description" : "Streaming connect middleware for uploading files to Amazon S3.",
"version" : "0.7.2",
"author" : {
"name" : "Andrew Chilton",
"email" : "[email protected]",
"url" : "http://chilts.org/"
},
"homepage" : "https://github.com/appsattic/connect-stream-s3",
"contributors" : [
{
"name": "John Keyes",
"email": "[email protected]"
}
],
"devDependencies" : {
"vows": "0.7.0"
},
"dependencies": {
"awssum-amazon-s3": "1.1.x",
"async": ">= 0.1.22"
},
"main" : "connect-stream-s3.js",
"engines" : { "node": "*" },
"repository" : {
"type" : "git",
"url": "git://github.com/appsattic/connect-stream-s3.git"
},
"bugs" : {
"url" : "http://github.com/appsattic/connect-stream-s3/issues",
"mail" : "[email protected]"
},
"licenses" : [{
"type": "MIT",
"url" : "http://github.com/appsattic/connect-stream-s3/raw/master/LICENSE"
}],
"keywords" : [
"express", "connect", "middleware", "amazon", "s3"
]
}