-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 816 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": "s3-easy-deploy",
"version": "1.1.0",
"description": "Quickly and easily deploy files to AWS S3",
"main": "index.js",
"bin": {
"s3-easy-deploy": "cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/JeremyPlease/s3-easy-deploy",
"bugs": {
"url": "https://github.com/JeremyPlease/s3-easy-deploy/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/JeremyPlease/s3-easy-deploy.git"
},
"keywords": [
"s3",
"deploy"
],
"author": "jeremyplease (Jeremy Louie)",
"license": "MIT",
"dependencies": {
"async": "^2.6.0",
"aws-sdk": "^2.241.1",
"chalk": "^2.4.1",
"colors": "^1.2.5",
"commander": "^2.15.1",
"glob": "^7.1.2",
"mime": "^2.3.1"
}
}