wc-scores-cli
Version:
Get world cup scores from the command line
30 lines (29 loc) • 603 B
JSON
{
"name": "wc-scores-cli",
"version": "1.0.4",
"description": "Get world cup scores from the command line",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/johnbfox/world-cup-scores-cli.git"
},
"bin": {
"wc-scores": "index.js"
},
"keywords": [
"World",
"Cup",
"Soccer",
"Football",
"Scores"
],
"author": "John Fox",
"license": "MIT",
"dependencies": {
"moment": "^2.22.2",
"request": "^2.87.0"
}
}