-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
executable file
·55 lines (55 loc) · 1.51 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
{
"name": "nodebb-plugin-sso-weibo",
"version": "0.0.9",
"description": "NodeBB Plugin that allows users to login/register via their Weibo account.",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/mani95lisa/nodebb-plugin-sso-weibo"
},
"keywords": [
"nodebb",
"plugin",
"weibo",
"sso",
"single sign on",
"registration"
],
"author": {
"name": "mani95lisa",
"email": "[email protected]"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/mani95lisa/nodebb-plugin-sso-weibo/issues"
},
"dependencies": {
"passport-weibo": "git://github.com/mani95lisa/passport-weibo.git#master"
},
"nbbpm": {
"compatibility": "^0.7.1"
},
"gitHead": "f7fa53a6917d56059e8631d8ab82d0b25af0dc80",
"homepage": "https://github.com/mani95lisa/nodebb-plugin-sso-weibo",
"_id": "[email protected]",
"scripts": {},
"_shasum": "073e0282e0619b05ba99c5d3cd561538eb7aa3fe",
"_from": "nodebb-plugin-sso-weibo@latest",
"_npmVersion": "1.4.16",
"_npmUser": {
"name": "mani",
"email": "[email protected]"
},
"maintainers": [
{
"name": "mani",
"email": "[email protected]"
}
],
"dist": {
"shasum": "073e0282e0619b05ba99c5d3cd561538eb7aa3fe",
"tarball": "http://registry.npmjs.org/nodebb-plugin-sso-weibo/-/nodebb-plugin-sso-weibo-0.0.8.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/nodebb-plugin-sso-weibo/-/nodebb-plugin-sso-weibo-0.0.8.tgz"
}