-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 893 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 893 Bytes
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
{
"name": "s3front",
"version": "0.5.1",
"description": "Command-line tool to upload a directory to an AWS S3 bucket and optionally invalidate the associated AWS CloudFront distribution.",
"main": "./bin/s3front",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/minsh/s3front.git"
},
"keywords": [
"aws",
"s3",
"cloudfront",
"command-line",
"cli"
],
"bin": {
"s3front": "bin/s3front"
},
"author": "Jon Maim",
"license": "MIT",
"dependencies": {
"async": "0.1.22",
"aws-sdk": "2.782.0",
"cloudfront": "0.3.1",
"commander": "1.1.1",
"eyes": "0.1.8",
"fs-extra": "3.0.1",
"progress": "^1.1.8",
"s3": "github:andrewrk/node-s3-client#a1c25dd322bb22617a7255e84369b1e1c0289397",
"underscore": "~1.12.1",
"uuid": "^8.3.1",
"wrench": "1.4.4"
}
}