cli-grafith-is
Version:
This is a cli for a lib to know if a number is even. (is a joke with the brazilian band: Grafith)
31 lines (30 loc) • 644 B
JSON
{
"name": "cli-grafith-is",
"version": "1.0.0",
"description": "This is a cli for a lib to know if a number is even. (is a joke with the brazilian band: Grafith)",
"main": "cli.js",
"preferGlobal": true,
"bin": {
"grafith-is": "cli.js"
},
"keywords": [
"grafith",
"even",
"odd",
"par",
"impar",
"ímpar"
],
"repository": {
"type": "git",
"url": "https://github.com/John-Luke/cli-grafith-is.git"
},
"bugs": {
"url": "https://github.com/John-Luke/cli-grafith-is/issues"
},
"author": "João Lucas Farias",
"license": "MIT",
"dependencies": {
"grafith-is": "^1.1.0"
}
}