Skip to main content
Module

x/check_leap_year/package.json

:question: Check if a year is leap or not
Latest
File
{ "name": "check-leap-year", "version": "1.3.0", "description": "Check if a year is leap or not", "main": "index.js", "type": "module", "scripts": { "test": "xo && tsd && ava" }, "repository": { "type": "git", "url": "git+https://github.com/UltiRequiem/check-leap-year.git" }, "keywords": [ "math", "leap" ], "author": "Eliaz Bobadilla <eliaz.bobadilladev@gmail.com> (https://github.com/UltiRequiem)", "license": "MIT", "bugs": { "url": "https://github.com/UltiRequiem/check-leap-year/issues" }, "homepage": "https://github.com/UltiRequiem/check-leap-year#readme", "devDependencies": { "ava": "^4.0.1", "tsd": "^0.19.1", "xo": "^0.47.0" }}