-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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": "landing-page",
"version": "1.0.0",
"description": "generic Landing page to showcase Product features ",
"main": "app.js",
"scripts": {
"generate_lambda": "claudia generate-serverless-express-proxy --express-module app",
"deploy": "claudia create --handler lambda.handler --deploy-proxy-api --region ap-southeast-1",
"update": "claudia update",
"release": "claudia set-version --version production",
"start": "ntl"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antonrifco/t_shaped_surfer.git"
},
"keywords": [
"landing",
"page",
"t-shape",
"product"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/antonrifco/t_shaped_surfer/issues"
},
"homepage": "https://github.com/antonrifco/t_shaped_surfer#readme",
"dependencies": {
"aws-sdk": "^2.437.0",
"aws-serverless-express": "^3.3.6",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"nodemailer": "^5.1.1",
"xoauth2": "^1.2.0"
},
"devDependencies": {
"claudia": "^5.4.2",
"ntl": "^3.2.4"
}
}