evenoddcheck
Version:
A package that quickly sorts even and odd numbers based on input
25 lines (24 loc) • 440 B
JSON
{
"name": "evenoddcheck",
"version": "1.0.1",
"description": "A package that quickly sorts even and odd numbers based on input",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^10.2.0"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"Even",
"Odd",
"Sort"
],
"author": "Habeeb Tijani",
"license": "ISC"
}