@gdsmack/startups
Version:
Allows user to read Startups.co articles on cli
33 lines (32 loc) • 828 B
JSON
{
"name": "@gdsmack/startups",
"version": "2.0.0",
"description": "Allows user to read Startups.co articles on cli",
"license": "MIT",
"repository": "gdsmack/startups",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rodrigo Delgadillo",
"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"
},
"bin": {
"strt": "./index.js"
},
"keywords": [
"startups",
"npm",
"package",
"gdsmack"
]
}