-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 964 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
{
"name": "serverless-apig-s3",
"version": "1.3.0",
"description": "automates the process of both configuring AWS to serve static front-end content and deploying your client-side bundle.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sdd/serverless-apig-s3.git"
},
"keywords": [
"serverless",
"serverless-plugin"
],
"author": "Scott Donnelly",
"license": "MIT",
"bugs": {
"url": "https://github.com/sdd/serverless-apig-s3/issues"
},
"homepage": "https://github.com/sdd/serverless-apig-s3#readme",
"dependencies": {
"lodash": "^4.17.4",
"mime-types": "^2.1.15",
"pify": "^2.3.0"
},
"devDependencies": {},
"engines": {
"node": ">=7.6"
},
"contributors": [
"Scott Donnelly (https://github.com/sdd)",
"Greg Thornton <xdissent@me.com> (https://github.com/xdissent)"
]
}