forked from seanfisher/passport-microsoft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 908 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": "@afermon/passport-microsoft",
"version": "0.2.1",
"description": "Microsoft [Graph] authentication strategy for Passport.",
"keywords": [
"passport",
"microsoft",
"graph",
"graph.microsoft.io",
"oauth",
"oauth 2.0",
"auth",
"api",
"authentication",
"sean fisher",
"seafish.io"
],
"repository": {
"type": "git",
"url": "git://github.com/afermon/passport-microsoft.git"
},
"author": {
"name": "Sean Fisher",
"email": "[email protected]",
"url": "https://seafish.io"
},
"license": "MIT",
"main": "./lib/",
"dependencies": {
"passport-oauth2": "1.6.1",
"pkginfo": "0.4.1"
},
"engines": {
"node": ">= 12.0.0"
},
"devDependencies": {
"make-node": "0.4.6",
"mocha": "2.x.x",
"chai": "2.x.x",
"chai-passport-strategy": "1.x.x"
},
"scripts": {
"test": "make test"
}
}