-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 890 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
{
"name": "cloudfront_access_log_google_analytics_lambda",
"version": "1.0.0",
"description": "Lambda code to parse Cloudfront access logs and send data to Google Analytics",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TinyNova/cloudfront_access_log_google_analytics_lambda.git"
},
"keywords": [
"CLoudfront",
"Google",
"Analytics"
],
"author": "Britton Mathews <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/TinyNova/cloudfront_access_log_google_analytics_lambda/issues"
},
"homepage": "https://github.com/TinyNova/cloudfront_access_log_google_analytics_lambda#readme",
"dependencies": {
"async": "^1.5.0",
"aws-sdk": "^2.2.26",
"universal-analytics": "^0.3.10"
}
}