-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.04 KB
/
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
39
{
"name": "auth0-logs-to-s3",
"version": "1.0.6",
"description": "This extension will take all of your Auth0 logs and export them to an AWS S3 Bucket.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/westy92/auth0-logs-to-s3.git"
},
"author": "westy92@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/westy92/auth0-logs-to-s3/issues"
},
"homepage": "https://github.com/westy92/auth0-logs-to-s3#readme",
"dependencies": {
"async": "^1.5.2",
"aws-sdk": "^2.6.4",
"express": "^4.12.4",
"memoizee": "^0.4.1",
"moment": "^2.10.3",
"request": "^2.75.0",
"webtask-tools": "^1.3.0"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"json-loader": "^0.5.4",
"lodash": "^4.16.2",
"on-build-webpack": "^0.1.0",
"sync-request": "^3.0.1",
"webpack": "^1.13.2"
}
}