-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 925 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
{
"name": "serverless-logstreaming",
"version": "1.1.3",
"description": "Serverless Logstreaming Plugin - Stream logs to the loghandler function",
"main": "index.js",
"author": "Michael Riffle",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rifflock/serverless-logstreaming-plugin.git"
},
"bugs": {
"url": "https://github.com/rifflock/serverless-logstreaming-plugin/issues"
},
"homepage": "https://github.com/rifflock/serverless-logstreaming-plugin",
"keywords": [
"serverless plugin logstreaming",
"serverless framework plugin",
"serverless applications",
"serverless plugins",
"cloudwatch",
"aws cloudwatch",
"lambda",
"aws",
"aws lambda",
"amazon",
"amazon web services",
"serverless.com",
"logs"
],
"devDependencies": {
"eslint": "^3.19.0"
},
"dependencies": {
"lodash": "^4.17.4"
}
}