forked from hucheng91/digging-info-oauth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1020 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
{
"name": "digging-info-oauth",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"cookie:mybaidu": "node ./cookie/mybaidu_com/bin/www",
"jwt": "node ./JWT/bin/www",
"oauth2": "node ./oauth2/bin/www",
"qrcode": "node ./qrcode/bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hucheng91/digging-info-oauth.git"
},
"author": "hucheng",
"license": "ISC",
"bugs": {
"url": "https://github.com/hucheng91/digging-info-oauth/issues"
},
"dependencies": {
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"jws": "^3.2.2",
"morgan": "~1.9.0",
"pug": "2.0.0-beta11",
"axios": "^0.18.0",
"bluebird": "^3.5.3",
"cookie-session": "^2.0.0-beta.3",
"ejs": "^2.6.1",
"express-session": "^1.15.6",
"http": "0.0.0",
"oauth": "^0.9.15",
"tumblr.js": "^2.0.0"
},
"homepage": "https://github.com/hucheng91/digging-info-oauth#readme"
}