forked from ar90n/serverless-s3-local
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 957 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
42
{
"name": "serverless-s3-local",
"version": "0.3.8",
"description": "Serverless s3 local plugin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ar90n/serverless-s3-local.git"
},
"keywords": [
"serverless",
"S3",
"AWS"
],
"author": "Masahiro Wada",
"license": "MIT",
"bugs": {
"url": "https://github.com/ar90n/serverless-s3-local/issues"
},
"homepage": "https://github.com/ar90n/serverless-s3-local#readme",
"dependencies": {
"aws-sdk": "^2.211.1",
"fs-extra": "^5.0.0",
"s3rver": "^2.2.2",
"serverless-offline": "^3.18.0",
"shelljs": "^0.8.1"
},
"eslintConfig": {
"extends": "airbnb",
"plugins": [
"import"
]
},
"devDependencies": {
"eslint": "^4.19.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0"
}
}