UNPKG

kenya-holidays

Version:

A simple package to retrieve all Kenyan public holidays for a given year

43 lines 1.06 kB
{ "name": "kenya-holidays", "version": "1.0.1", "description": "A simple package to retrieve all Kenyan public holidays for a given year", "main": "index.js", "scripts": { "test": "jest" }, "keywords": [ "kenya", "holidays", "calendar", "dates", "public-holidays" ], "author": "Isaac Wambiri", "contributors": [ { "name": "Isaac Wambiri", "url": "https://github.com/introvertisaac" }, { "name": "Bruno Kiptoo", "url": "https://github.com/BrunoKiptoo" }, { "name": "Elizabeth Odhiambo", "url": "https://github.com/akinyiliz" } ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/introvertisaac/kenya-holidays.git" }, "bugs": { "url": "https://github.com/introvertisaac/kenya-holidays/issues" }, "homepage": "https://github.com/introvertisaac/kenya-holidays#readme", "devDependencies": { "jest": "^29.5.0" } }