UNPKG

is-leap-year

Version:

check if the given year is a leap year

27 lines (26 loc) 520 B
{ "name": "is-leap-year", "version": "0.1.0", "description": "check if the given year is a leap year", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git://github.com/stephenmathieson/is-leap-year.git" }, "keywords": [ "year", "leap", "date" ], "author": "stephen mathieson", "license": "MIT", "bugs": { "url": "https://github.com/stephenmathieson/is-leap-year/issues" } }