-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 860 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
{
"name": "jekyll-comment-server",
"version": "1.0.0",
"description": "A comment server for jekyll.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erlzhang/jekyll-comment-server.git"
},
"author": "erlzhang",
"license": "ISC",
"bugs": {
"url": "https://github.com/erlzhang/jekyll-comment-server/issues"
},
"homepage": "https://github.com/erlzhang/jekyll-comment-server#readme",
"dependencies": {
"@octokit/rest": "^16.28.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"js-yaml": "^3.13.1",
"mailgun-js": "^0.22.0",
"marked": "^0.6.2",
"md5": "^2.2.1",
"pg": "^7.11.0",
"uuid": "^3.3.2"
},
"devDependencies": {}
}