forked from b3log/markdown-http
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 777 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 777 Bytes
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": "markdown-http",
"version": "2.0.0",
"description": "包装 Markdown 处理器以 HTTP 服务发布。",
"homepage": "https://b3log.org",
"repository": {
"type": "git",
"url": "git://github.com/b3log/markdown-http.git"
},
"bugs": {
"url": "https://github.com/b3log/markdown-http/issues"
},
"license": "MIT",
"author": "Daniel <d@b3log.org> (http://88250.b3log.org) & Vanessa <v@b3log.org> (http://vanessa.b3log.org)",
"maintainers": [
{
"name": "Daniel",
"email": "d@b3log.org"
},
{
"name": "Vanessa",
"email": "v@b3log.org"
}
],
"scripts": {
"start": "node index.js"
},
"devDependencies": {
"highlight.js": "^9.15.9",
"markdown-it": "^9.0.1",
"marked": "^0.7.0"
}
}