forked from Droplr/serverless-api-cloudfront
-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
41 lines (41 loc) · 1.07 KB
/
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": "fullstack-serverless",
"version": "0.8.0",
"engines": {
"node": ">=4.0"
},
"description": "Deploy a fullstack serverless web app (including React, Angular, Node.js, Python) with an AWS CloudFront distribution in front of your API Gateway and static content from S3. Use your own custom domain, SSL from AWS, and AWS Web Application Firewall.",
"author": "MadSkills.io",
"license": "MIT",
"homepage": "https://www.madskills.io/fullstack-serverless",
"repository": {
"type": "git",
"url": "https://github.com/MadSkills-io/fullstack-serverless"
},
"keywords": [
"serverless",
"fullstack",
"full stack",
"serverless plugin",
"api gateway",
"cloudfront",
"s3",
"cloudformation",
"lambda",
"aws",
"aws lambda",
"amazon web services",
"serverless.com"
],
"main": "index.js",
"dependencies": {
"async": "^2.6.0",
"bluebird": "^3.5.1",
"chalk": "^2.0.0",
"is_js": "^0.9.0",
"js-yaml": "^3.10.0",
"lodash": "^4.13.1",
"mime": "^1.2.11",
"prompt-confirm": "^1.2.0"
}
}