is-even
Version:
Return true if the given number is even.
55 lines (54 loc) • 974 B
JSON
{
"name": "is-even",
"description": "Return true if the given number is even.",
"version": "1.0.0",
"homepage": "https://github.com/jonschlinkert/is-even",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/is-even",
"bugs": {
"url": "https://github.com/jonschlinkert/is-even/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"is-odd": "^0.1.2"
},
"devDependencies": {
"gulp-format-md": "^0.1.12",
"mocha": "^3.4.2"
},
"keywords": [
"array",
"count",
"even",
"filter",
"integer",
"is",
"math",
"numeric",
"odd",
"string"
],
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
}
}
}