-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 983 Bytes
/
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
{
"name": "nodebb-plugin-sso-wechat-web",
"version": "1.5.4",
"description": "NodeBB 微信登录插件 (开发平台二维码登录)",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/a632079/nodebb-plugin-sso-wechat-web"
},
"keywords": [
"nodebb",
"plugin",
"wechat",
"sso",
"oauth",
"registration",
"web"
],
"author": {
"name": "a632079",
"email": "a632079@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/a632079/nodebb-plugin-sso-wechat-web/issues"
},
"readme": "",
"readmeFilename": "README.md",
"dependencies": {
"passport-wechat": "^2.0.0"
},
"nbbpm": {
"compatibility": "^1.7.1"
},
"devDependencies": {
"eslint": "^4.12.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1"
}
}