UNPKG

tv-schedule

Version:

A CLI tool to display TV show schedule.

41 lines (40 loc) 881 B
{ "name": "tv-schedule", "version": "0.0.5", "description": "A CLI tool to display TV show schedule.", "main": "bin/tv-schedule", "preferGlobal": true, "engines": { "node": "4.4.2" }, "bin": { "tv-schedule": "./bin/tv-schedule" }, "dependencies": { "cheerio": "^0.20.0", "cli-table": "^0.3.1", "moment": "^2.11.2", "request": "^2.69.0" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ryanburgess/tv-schedule.git" }, "keywords": [ "tv", "schedule", "shows", "episodes", "listings" ], "author": "Ryan Burgess", "license": "MIT", "bugs": { "url": "https://github.com/ryanburgess/tv-schedule/issues" }, "homepage": "https://github.com/ryanburgess/tv-schedule#readme" }