-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 719 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 719 Bytes
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
{
"name": "cloudwatch2loggly",
"version": "1.0.0",
"description": "A NodeJS library to send Cloudwatch logs to Loggly",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/psquickitjayant/cloudwatch2loggly.git"
},
"keywords": [
"Loggly",
"Cloudwatch"
],
"author": "psquickitjayant",
"license": "MIT",
"bugs": {
"url": "https://github.com/psquickitjayant/cloudwatch2loggly/issues"
},
"homepage": "https://github.com/psquickitjayant/cloudwatch2loggly",
"dependencies": {
"aws-sdk": "^2.2.25",
"q": "^1.4.1",
"request": "^2.67.0",
"zlib": "^1.0.5"
}
}