UNPKG

is-august

Version:

returns a 'true' boolean if date is august

48 lines (47 loc) 911 B
{ "name": "is-august", "description": "returns a 'true' boolean if date is august", "version": "1.0.3", "homepage": "https://github.com/TJC-js/is-august", "author": "Tim Cane (https://github.com/timcane)", "contributors": [ "Tim Cane (https://github.com/timcane)" ], "repository": { "type": "git", "url": "git+https://github.com/TJC-js/is-august.git" }, "bugs": { "url": "https://github.com/TJC-js/is-august/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "scripts": { "test": "mocha" }, "keywords": [ "is-august", "date" ], "devDependencies": { "mocha": "^8.2.1" }, "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "related": {}, "lint": { "reflinks": false } }, "dependencies": { "is-a-date": "^1.0.1", "month-enum": "^1.0.1" } }