-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 866 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 866 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
39
40
41
42
{
"name": "passport-weibo",
"version": "1.0.0-beta.0",
"description": "Weibo authentication strategy for PassportJS. Supports Weibo API 2.0",
"keywords": [
"passport",
"weibo",
"auth",
"authn",
"authentication",
"identity"
],
"main": "./lib",
"repository": {
"type": "git",
"url": "http://github.com/xinbenlv/passport-weibo.git"
},
"bugs": {
"url": "http://github.com/xinbenlv/passport-weibo/issues"
},
"author": {
"name": "Zainan Victor Zhou",
"email": "zzn@zzn.im",
"url": "http://www.zzn.im/"
},
"license": "MIT",
"dependencies": {
"passport-oauth2": "^1.5.0"
},
"devDependencies": {
"chai": "4.2.0",
"chai-passport-strategy": "1.0.1",
"make-node": "0.4.6",
"mocha": "7.0.0"
},
"scripts": {
"test": "make test"
},
"engines": {
"node": ">=8"
}
}