UNPKG

is-odd-num

Version:

a simple package to find a given number is odd or not

34 lines (33 loc) 668 B
{ "name": "is-odd-num", "version": "1.1.1", "description": "a simple package to find a given number is odd or not", "main": "index.js", "scripts": { "test": "mocha" }, "keywords": [ "npm", "isodd", "array", "count", "is", "math", "string" ], "author": "Prasun Das", "license": "MIT", "dependencies": { "is-number": "^7.0.0", "mocha": "^9.1.0" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/absurd-npm/isodd.git" }, "bugs": { "url": "https://github.com/absurd-npm/isodd/issues" }, "homepage": "https://github.com/absurd-npm/isodd#readme" }