forked from clineamb/gulp-s3-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 909 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
{
"name": "gulp-s3-upload",
"version": "1.6.0",
"description": "A gulp task to asynchronous upload/update assets to an AWS S3 Bucket.",
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/clineamb/gulp-s3-upload.git"
},
"keywords": [
"gulp",
"s3",
"aws",
"upload",
"asynchronous",
"gulpplugin",
"gulpfriendly",
"streams",
"stream support",
"stream"
],
"author": "Caroline Amaba <her@carolineamaba.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/clineamb/gulp-s3-upload/issues"
},
"homepage": "https://github.com/clineamb/gulp-s3-upload",
"dependencies": {
"aws-sdk": "2.3.3",
"event-stream": "^3.3.2",
"gulp-util": "^3.0.7",
"hasha": "^2.2.0",
"https-proxy-agent": "^1.0.0",
"mime": "1.3.4",
"underscore": "1.8.3"
}
}