forked from clineamb/gulp-s3-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 821 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
{
"name": "gulp-s3-upload",
"version": "1.1.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"
],
"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": {
"aws-sdk": "2.1.42",
"event-stream": "^3.3.1",
"gulp-util": "^3.0.6",
"hasha": "^1.0.1",
"https-proxy-agent": "^1.0.0",
"mime": "1.3.4",
"underscore": "1.8.3"
}
}