-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
51 lines (51 loc) · 1.22 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
{
"name": "web-oauth-app",
"description": "第三方登录WEB网站示例",
"version": "1.1.4",
"author": "xuexb <[email protected]>",
"prefix": "",
"scripts": {
"start": "yarn dev",
"dev": "node development.js",
"lint": "eslint src/",
"lint-fix": "eslint --fix src/"
},
"dependencies": {
"github": "^13.1.0",
"think-cache": "^1.0.0",
"think-cache-file": "^1.0.8",
"think-fetch": "^1.1.0",
"think-logger3": "^1.0.0",
"think-model": "^1.0.0",
"think-model-mysql": "^1.0.0",
"think-session": "^1.0.0",
"think-session-file": "^1.0.5",
"think-view": "^1.0.0",
"think-view-nunjucks": "^1.0.1",
"thinkjs": "^3.0.0"
},
"devDependencies": {
"think-watcher": "^3.0.0",
"eslint": "^4.2.0",
"eslint-config-think": "^1.0.0",
"ava": "^0.18.0",
"nyc": "^7.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xuexb/web-oauth-app.git"
},
"license": "MIT",
"engines": {
"node": ">=7.8.0"
},
"main": "development.js",
"keywords": [
"oauth",
"第三方登录"
],
"bugs": {
"url": "https://github.com/xuexb/web-oauth-app/issues"
},
"homepage": "https://github.com/xuexb/web-oauth-app#readme"
}