UNPKG

techcrunch-cli

Version:

TechCrunch for Hackers - A CLI for TechCrunch

41 lines (40 loc) 918 B
{ "name": "techcrunch-cli", "version": "1.0.0", "description": "TechCrunch for Hackers - A CLI for TechCrunch", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Kosuke Yoshimura", "license": "MIT", "dependencies": { "chalk": "^2.4.1", "commander": "^2.19.0", "default-pager": "^1.1.0", "feedparser": "^2.2.9", "figlet": "^1.2.1", "html-to-text": "^4.0.0", "inquirer": "^6.2.1", "request": "^2.88.0", "string-to-stream": "^1.1.1" }, "homepage": "https://github.com/Koshukey/TechCrunch-cli#readme", "bugs": { "url": "https://github.com/Koshukey/TechCrunch-cli" }, "repository": { "type": "git", "url": "git+https://github.com/Koshukey/TechCrunch-cli.git" }, "bin": { "tc": "./index.js" }, "keywords": [ "techcrunch", "cli", "geeks", "hackers", "top" ] }