-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathpackage.json
41 lines (41 loc) · 910 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
{
"name": "serverless-client-s3",
"version": "2.0.0",
"engines": {
"node": ">=4.0"
},
"description": "Deploy your serverless static site to S3 Website Bucket.",
"main": "index.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/serverless/serverless-client-s3.git"
},
"keywords": [
"serverless",
"serverless plugins",
"lambda",
"aws",
"aws lambda",
"amazon",
"amazon web services",
"s3",
"website",
"frontend",
"serverless.com"
],
"author": "Eslam A. Hefnawy <serverless.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/serverless/serverless-client-s3/issues"
},
"homepage": "https://github.com/serverless/serverless-client-s3#readme",
"dependencies": {
"async": "^1.5.2",
"bluebird": "^3.0.6",
"lodash": "^4.2.1",
"mime": "^1.2.11"
}
}