forked from mvertopoulos/vue-msal
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
47 lines (47 loc) · 1.02 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
40
41
42
43
44
45
46
47
{
"name": "vue-msal-2",
"version": "1.3.0",
"description": "Vue plugin for using Microsoft Authentication Library (MSAL 2.0) (forked from vue-msal Marios Vertopoulos)",
"main": "dist/plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue",
"msal",
"adal",
"authentication",
"sso"
],
"author": "Yoeran Kaniok",
"license": "MIT",
"bugs": {
"url": "https://github.com/yoerankaniok/vue-msal/issues"
},
"contributors": [
"Marios Vertopoulos",
"Yoeran Kaniok"
],
"eslintIgnore": [
"lib/*.*"
],
"homepage": "https://github.com/yoerankaniok/vue-msal#readme",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yoerankaniok/vue-msal.git"
},
"dependencies": {
"@azure/msal-browser": "^2.0.0-beta.4",
"axios": "^0.19.2",
"lodash": "^4.17.19"
},
"devDependencies": {
"@types/lodash": "^4.14.157"
},
"directories": {
"lib": "lib"
}
}