go-cup
Version:
CLI to track world cup
36 lines (35 loc) • 863 B
JSON
{
"name": "go-cup",
"version": "1.0.15",
"description": "CLI to track world cup",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "go-npm install",
"preuninstall": "go-npm uninstall"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TaiTrien/gocup.git"
},
"keywords": [
"go-cup",
"world-cup",
"cli"
],
"author": "Trien Vo",
"license": "MIT",
"bugs": {
"url": "https://github.com/TaiTrien/go-cup/issues"
},
"homepage": "https://github.com/TaiTrien/go-cup#readme",
"dependencies": {
"global": "^4.4.0",
"go-npm": "^0.1.9"
},
"goBinary": {
"name": "go-cup",
"path": "./bin",
"url": "https://github.com/TaiTrien/Go-cup/releases/download/v{{version}}/go-cup_{{version}}_{{platform}}_{{arch}}.tar.gz"
}
}