-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1006 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
{
"name": "aws-lambda-template",
"version": "1.0.0",
"description": "Template for new AWS Lambda project. It has all the tools you will need to deploy, run and update your lambda. As well as all folder structure for configuration and promises.",
"dependencies": {
"aws-sdk": "*",
"config": "*",
"q": "*",
"winston-loggly": "*",
"winston": "*"
},
"devDependencies": {
"babel-eslint": "*",
"chai": "*",
"eslint": "*",
"eslint-plugin-react": "*",
"eslint-config-airbnb": "*",
"grunt": "*",
"grunt-aws-lambda": "*",
"grunt-mocha-test": "*",
"mocha": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GlacianNex/aws-lambda-template.git"
},
"keywords": [
"template",
"aws",
"lambda"
],
"author": "Igor Chernyy",
"license": "MIT",
"bugs": {
"url": "https://github.com/GlacianNex/aws-lambda-template/issues"
},
"homepage": "https://github.com/GlacianNex/aws-lambda-template#readme"
}