forked from gautamdhameja/medium-2-md
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 775 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 775 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
{
"name": "medium-2-md",
"version": "0.4.2",
"preferGlobal": true,
"description": "Converts Medium posts to Jekyll/Hugo compatible markdown and adds front matter.",
"bin": {
"medium-2-md": "./index.js"
},
"author": "Gautam D <rockboy26@outlook.com> (https://github.com/gautamdhameja/)",
"homepage": "https://github.com/gautamdhameja/medium-2-md",
"repository": {
"type": "git",
"url": "https://github.com/gautamdhameja/medium-2-md"
},
"keywords": [
"medium",
"markdown",
"html-to-markdown",
"medium-to-jekyll",
"medium-to-hugo"
],
"license": "Apache-2.0",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"commander": "^2.20.0",
"js-yaml": "^3.13.1",
"request": "^2.88.0",
"turndown": "^5.0.3"
}
}