forked from mooyoul/passport-stack-exchange
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 861 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 861 Bytes
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
{
"name": "passport-stack-exchange",
"version": "1.0.0",
"description": "Stack Exchange authentication strategy for Passport and Node.js.",
"main": "./lib",
"repository": {
"type": "git",
"url": "https://github.com/acruxray/passport-stack-exchange.git"
},
"keywords": [
"passport",
"strategy",
"passport-strategy",
"oauth2",
"oauth",
"stack-exchange",
"stack-overflow",
"stackoverflow",
"stackexchange"
],
"author": {
"name": "Nazar Mozol",
"email": "work.nazar.mozol@gmail.com",
"url": "https://github.com/acruxray"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/acruxray/passport-stack-exchange/issues"
},
"dependencies": {
"passport-oauth": "^1.0.0",
"request": "^2.58.0",
"underscore": "^1.8.3"
},
"engines": {
"node": ">= 0.4.0"
}
}