forked from buchanan-edwards/azure-easy-auth-local
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 820 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": "azure-easy-auth-local",
"version": "1.0.7",
"description": "Express middleware enabling Azure Easy Auth locally during development and testing.",
"main": "azure-easy-auth-local.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/buchanan-edwards/azure-easy-auth-local.git"
},
"keywords": [
"Azure",
"App Service",
"Easy Auth",
"Express"
],
"author": "Frank Hellwig <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/buchanan-edwards/azure-easy-auth-local/issues"
},
"homepage": "https://github.com/buchanan-edwards/azure-easy-auth-local#readme",
"dependencies": {
"axios": "^0.18.0",
"cookie": "^0.3.1"
}
}