exemplonode
Version:
Efetua a verificação se um número é par ou ímpar
26 lines (25 loc) • 594 B
JSON
{
"name": "exemplonode",
"version": "1.0.0",
"description": "Efetua a verificação se um número é par ou ímpar",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/profMarciio/exemplonode.git"
},
"keywords": [
"número",
"par",
"número",
"ímpar"
],
"author": "Marcio",
"license": "ISC",
"bugs": {
"url": "https://github.com/profMarciio/exemplonode/issues"
},
"homepage": "https://github.com/profMarciio/exemplonode#readme"
}