forked from ar90n/serverless-s3-local
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 918 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-s3-local",
"version": "0.2.5",
"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.7.0",
"bluebird": "^3.4.6",
"fs-extra": "^4.0.0",
"s3rver": "^1.0.2"
},
"eslintConfig": {
"extends": "airbnb",
"plugins": [
"import"
]
},
"devDependencies": {
"eslint": "^4.3.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0"
}
}