UNPKG

mediumcli

Version:

Medium for Hackers - A CLI to Medium Stories

46 lines (45 loc) 1.04 kB
{ "name": "mediumcli", "version": "1.5.0", "description": "Medium for Hackers - A CLI to Medium Stories", "main": "index.js", "dependencies": { "chalk": "^1.1.1", "cheerio": "^0.19.0", "commander": "^2.9.0", "default-pager": "^1.0.2", "html-to-text": "^1.5.1", "html2commonmark": "^0.6.1", "inquirer": "^0.11.2", "marked": "^0.3.6", "marked-terminal": "^2.0.0", "open": "0.0.5", "path": "^0.12.7", "q": "^1.4.1", "request": "^2.67.0", "request-promise": "^2.0.0", "string-stream": "0.0.7" }, "homepage": "https://github.com/djadmin/medium-cli#readme", "bugs": { "url": "https://github.com/djadmin/medium-cli/issues" }, "repository": { "type": "git", "url": "git+https://github.com/djadmin/medium-cli.git" }, "keywords": [ "medium", "cli", "geeks", "hackers", "top", "post" ], "preferGlobal": true, "author": "Dheeraj Joshi <dheerajjoshi1991@gmail.com>", "license": "MIT", "bin": { "medium": "index.js" } }