This repository has been archived by the owner on May 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 1.77 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
74
75
76
77
78
79
{
"_from": "passport-xbox",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-QlxcYwC0GNs8ev0yYJxvsl8UN/Rd5bITDq46CrIIZHxZzl7jd36hCyy9cy/7G29I0LsM4u/bebCbaMmaqkY3yw==",
"_location": "/passport-xbox",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "passport-xbox",
"name": "passport-xbox",
"escapedName": "passport-xbox",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_shasum": "fc11d0d1c5c29b02bf7469ff5c5993bfef2a5616",
"_spec": "passport-xbox",
"_where": "/data",
"author": {
"name": "Ragebite d.o.o",
"email": "[email protected]",
"url": "http://www.ragebite.com/"
},
"ava": {
"failFast": true,
"verbose": true
},
"bugs": {
"url": "http://github.com/ragebite/passport-xbox/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Djordje Stojiljkovic",
"email": "[email protected]",
"url": "http://github.com/unckleg"
}
],
"deprecated": false,
"description": "Xbox Live authentication strategy for Passport.",
"devDependencies": {
"passport": "^0.3.2"
},
"engines": {
"node": ">= 0.4.0"
},
"homepage": "https://github.com/ragebite/passport-xbox#readme",
"keywords": [
"passport",
"xbox",
"auth",
"authn",
"authentication",
"identity",
"passport-xbox"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./lib/index.js",
"name": "passport-xbox",
"repository": {
"type": "git",
"url": "git://github.com/ragebite/passport-xbox.git"
},
"version": "1.0.0",
"dependencies": {
"request": "^2.88.0"
}
}