forked from JeremyPlease/s3-easy-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 861 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
{
"name": "s3-easy-deploy",
"version": "0.1.2",
"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.0.0",
"aws": "0.0.3-2",
"aws-sdk": "^2.4.7",
"colors": "^1.1.2",
"commander": "^2.9.0",
"crypto": "0.0.3",
"glob": "^7.0.5",
"mime": "^1.3.4",
"readline": "^1.3.0"
}
}