is-multiple-of-5
Version:
Is `value` a multiple of 5?
24 lines (23 loc) • 551 B
JSON
{
"name": "is-multiple-of-5",
"version": "1.0.0",
"description": "Is `value` a multiple of 5?",
"homepage": "https://github.com/fizzbuzz-npm/is-multiple-of-5",
"repository": "github:buzzbuzz-npm/is-multiple-of-5",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"lint-fix": "eslint --fix index.js",
"test": "ava"
},
"author": "Me",
"license": "ISC",
"devDependencies": {
"ava": "^2.4.0",
"eslint": "^6.5.1"
},
"dependencies": {
"is-multiple-of": "^1.0.0",
"to-integer": "^1.0.1"
}
}