even-odd-checker
Version:
To check if number is even or odd
19 lines (18 loc) • 409 B
JSON
{
"name": "even-odd-checker",
"version": "1.0.4",
"description": "To check if number is even or odd",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/janabhishek2/even-odd-checker.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"EO"
],
"author": "janabhishek2@gmail.com",
"license": "ISC"
}