UNPKG

footballcli

Version:

Command Line Interface for next fixtures, live scores and more

49 lines (48 loc) 1.16 kB
{ "name": "footballcli", "version": "0.14.10", "description": "Command Line Interface for next fixtures, live scores and more", "main": "cli.js", "scripts": { "lint": "eslint ./cli.js ./helpers.js" }, "bin": { "football": "./cli.js" }, "engines": { "node": ">=4.5.0" }, "repository": { "type": "git", "url": "git+https://github.com/ManrajGrover/football-cli.git" }, "keywords": [ "football", "scores", "live", "fixtures", "cli" ], "author": "Manraj Singh <manrajsinghgrover@gmail.com> (http://manrajsingh.in)", "license": "MIT", "bugs": { "url": "https://github.com/ManrajGrover/football-cli/issues" }, "homepage": "https://github.com/ManrajGrover/football-cli#readme", "dependencies": { "chalk": "^1.1.3", "cli-table3": "^0.5.0", "inquirer": "^1.1.2", "moment": "^2.19.3", "ora": "^0.3.0", "request": "^2.87.0", "yargs": "^5.0.0" }, "devDependencies": { "eslint": "^3.13.0", "eslint-config-airbnb": "^13.0.0", "eslint-plugin-import": "^2.12.0", "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.8.0" } }