forked from pruggiero/passport-outlook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.54 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "passport-outlook",
"version": "2.2.0",
"description": "Outlook REST API v2 authentication strategy for Passport.",
"keywords": [
"passport",
"microsoft",
"outlook",
"msn",
"hotmail",
"windowslive",
"auth",
"oauth",
"oauth2",
"authorization",
"authorisation",
"authentication",
"identity"
],
"author": {
"name": "Nigel Horton",
"email": "[email protected]",
"url": "http://www.clocked0ne.co.uk/"
},
"contributors": [
{
"name": "Thomas Potaire",
"url": "https://github.com/http-teapot"
},
{
"name": "DJphilomath",
"url": "https://github.com/DJphilomath"
},
{
"name": "Andrés González",
"url": "https://github.com/andreider04"
},
{
"name": "Dan Perry",
"url": "https://github.com/dperry"
}
],
"repository": {
"type": "git",
"url": "git://github.com/clocked0ne/passport-outlook.git"
},
"bugs": {
"url": "http://github.com/clocked0ne/passport-outlook/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./lib",
"dependencies": {
"passport-oauth2": "1.x.x",
"request": "2.x.x"
},
"devDependencies": {
"make-node": "0.3.x",
"mocha": "3.x.x",
"chai": "3.x.x",
"chai-passport-strategy": "1.x.x"
},
"engines": {
"node": ">= 0.12.0"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js"
}
}