news
Version:
Hacker news and reddit in the CLI.
37 lines • 837 B
JSON
{
"name": "news"
, "version": "0.2.1"
, "description": "Hacker news and reddit in the CLI."
, "keywords": ["hacker news", "reddit", "news"]
, "author": "Veselin Todorov <hi@vesln.com>"
, "dependencies": {
"optimist": "0.3.1"
, "colors": "0.6.0-1"
, "request": "2.9.100"
, "redr": "0.0.2"
, "xml2js": "0.1.13"
, "word": "0.2.4"
, "slnks": "0.0.x"
, "async": "0.1.15"
}
, "devDependencies": {
"mocha": "0.3.3"
, "chai": "0.2.4"
, "jack": "0.0.0"
}
, "repository" : {
"type" : "git"
, "url" : "http://github.com/vesln/node-news.git"
}
, "homepage": "http://github.com/vesln/node-news"
, "scripts": {
"test": "make test"
}
, "main": "./lib/cli"
, "bin": {
"news": "./bin/news"
}
, "engines": {
"node": ">= 0.6.0 < 0.7.0"
}
}