-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 724 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 724 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
30
{
"name": "cloudfront2loggly",
"version": "1.0.0",
"description": "Pushes gzipped Cloud Front log files stored in Amazon S3 to Loggly using Amazon Lambda.",
"repository": {
"type": "git",
"url": "git@github.com:fgheorghe/cloudfront2loggly.git"
},
"author": {
"name": "Grosan Flaviu Gheorghe",
"email": "fgheorghe@grosan.co.uk",
"url": "http://www.grosan.co.uk/"
},
"contributors": [
{
"name": "Mav Peri",
"email": "mp@h2labs.co.uk",
"url": "http://h2labs.co.uk/"
},
{
"name": "Richard Pogson",
"email": "richardpogson@computer.org"
}
],
"dependencies": {
"fast-csv": "0.6.0",
"request": "2.65.0"
},
"license": "BSD-3-Clause"
}