-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.05 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
{
"name": "auth0-logs-to-log-analytics",
"version": "1.0.0",
"description": "This extension will take all of your Auth0 logs and export them to Azure Log Analytics",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ealsur/auth0-loganalytics-extension.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/ealsur/auth0-loganalytics-extension/issues"
},
"homepage": "https://github.com/ealsur/auth0-loganalytics-extension#readme",
"dependencies": {
"express": "4.14.0",
"lru-memoizer": "^1.2.0",
"request": "^2.56.0",
"useragent": "2.1.6",
"webtask-tools": "^1.3.0"
},
"devDependencies": {
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"lodash": "^4.3.0",
"on-build-webpack": "^0.1.0",
"sync-request": "^3.0.0",
"webpack": "^1.12.13"
}
}