forked from clineamb/gulp-s3-upload
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 972 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
{
"name": "gulp-s3-upload",
"version": "1.7.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 <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/clineamb/gulp-s3-upload/issues"
},
"homepage": "https://github.com/clineamb/gulp-s3-upload",
"dependencies": {
"ansi-colors": "^1.0.1",
"aws-sdk": "^2.88.0",
"event-stream": "^3.3.4",
"fancy-log": "^1.3.2",
"hasha": "^3.0.0",
"https-proxy-agent": "^2.0.0",
"mime": "^1.3.6",
"plugin-error": "^0.1.2",
"underscore": "^1.8.3"
}
}