-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
45 lines (45 loc) · 940 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "vue-msal",
"version": "3.2.0",
"description": "Vue plugin for using Microsoft Authentication Library (MSAL)",
"main": "dist/plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue",
"msal",
"adal",
"authentication",
"sso"
],
"author": "Marios Vertopoulos",
"license": "MIT",
"bugs": {
"url": "https://github.com/mvertopoulos/vue-msal/issues"
},
"contributors": [
{
"name": "Marios Vertopoulos"
}
],
"eslintIgnore": [
"lib/*.*"
],
"homepage": "https://github.com/mvertopoulos/vue-msal#readme",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mvertopoulos/vue-msal.git"
},
"dependencies": {
"axios": "^0.19.0",
"lodash": "^4.17.15",
"msal": "^1.3.2"
},
"devDependencies": {
"@types/lodash": "^4.14.138"
}
}