forked from melodyjerry/hexo-online-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 811 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
{
"name": "hexo-online-server",
"version": "1.1.10",
"description": "hexo在线编辑,发布文章",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/HCLonely/hexo-online.git"
},
"author": "HCLonely",
"license": "MIT",
"bugs": {
"url": "https://github.com/HCLonely/hexo-online/issues"
},
"homepage": "https://github.com/HCLonely/hexo-online#readme",
"dependencies": {
"axios": "^0.19.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-session": "^1.17.0",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"ws": "^7.2.1"
}
}