forked from amazon-archives/aws-summit-hackathon-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 816 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
{
"name": "day-one-space-tours",
"version": "1.0.0",
"description": "Starter template for Day One Space Tours",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node app.local.js",
"package": "aws cloudformation package --template template.yaml --s3-bucket anthonyalvarez-mars --output-template-file packaged.yaml",
"deploy": "aws cloudformation deploy --template-file packaged.yaml --stack-name day-one-space-tours --capabilities CAPABILITY_IAM"
},
"author": "Sanath Kumar Ramesh <[email protected]> (https://twitter.com/sanathkr_)",
"license": "MIT",
"dependencies": {
"aws-serverless-express": "^3.1.3",
"body-parser": "^1.18.2",
"express": "^4.16.3",
"pug": "^2.0.1"
}
}